From e3c87e80de3ff1650b1f68dfdce910d49f02524b Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 6 Mar 2017 13:47:26 +0100 Subject: [PATCH] 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. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3907ef818a..355f217b3f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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