build: allow longer manual page titles

Otherwise the docbook template chops off the "NM-SETTINGS-IFCFG-RH"
title; even in the middle of an escape sequence.
This commit is contained in:
Lubomir Rintel 2017-03-06 13:47:26 +01:00
parent 6aa4dc1958
commit e3c87e80de

View File

@ -3998,7 +3998,8 @@ xsltproc_flags = \
--stringparam funcsynopsis.style ansi \
--stringparam man.th.extra1.suppress 1 \
--stringparam man.authors.section.enabled 0 \
--stringparam man.copyright.section.enabled 0
--stringparam man.copyright.section.enabled 0 \
--stringparam man.th.title.max.length 30
if BUILD_DOCS