Extend title length for xmlto

man.th.title.max.length defaults to 20 which leads to a broken .TH line
for i3-migrate-config-to-v4.1:

.TH "I3\-MIGRATE\-CONFIG\" "1" "02/01/2021" "i3 4\&.19\&.1" "i3 Manual"
This commit is contained in:
Jakob Haufe 2021-10-27 19:03:54 +00:00 committed by Michael Stapelberg
parent 39ff5699d6
commit b895d9d3cc

View File

@ -229,6 +229,8 @@ if get_option('mans')
output: '@BASENAME@.1',
command: [
xmlto,
'--stringparam',
'man.th.title.max.length=30',
'man',
'-o',
'@OUTDIR@',