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
parent b7af69cba8
commit a352cecc6a
No known key found for this signature in database
GPG Key ID: 4CF2B218F54DAE3D

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@',