aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJakob Haufe <sur5r@sur5r.net>2021-10-27 19:03:54 +0000
committerMichael Stapelberg <michael@stapelberg.de>2021-11-03 09:03:09 +0100
commitb895d9d3cc55569936773963302d73cfe48c3fb7 (patch)
tree7845acb9b113e063d7ad6d07d4e037992af11f94 /meson.build
parent39ff5699d60454835f0302793128821163767377 (diff)
downloadi3-b895d9d3cc55569936773963302d73cfe48c3fb7.tar.gz
i3-b895d9d3cc55569936773963302d73cfe48c3fb7.zip
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"
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 5c3410da..f2aee224 100644
--- a/meson.build
+++ b/meson.build
@@ -229,6 +229,8 @@ if get_option('mans')
output: '@BASENAME@.1',
command: [
xmlto,
+ '--stringparam',
+ 'man.th.title.max.length=30',
'man',
'-o',
'@OUTDIR@',