From: Lennart Poettering Date: Fri, 13 Jul 2012 19:54:03 +0000 (+0200) Subject: man: suppress man page dates/authors in generated pages X-Git-Tag: v187~94 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e362b3725a70102aedfda5f2f3f3cbce21e6feaf man: suppress man page dates/authors in generated pages --- diff --git a/Makefile.am b/Makefile.am index 41babe558..73d603443 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3310,7 +3310,10 @@ if HAVE_XSLTPROC XSLTPROC_FLAGS = \ --nonet \ --stringparam man.output.quietly 1 \ - --stringparam funcsynopsis.style ansi + --stringparam funcsynopsis.style ansi \ + --stringparam man.th.extra1.suppress 1 \ + --stringparam man.authors.section.enabled 0 \ + --stringparam man.copyright.section.enabled 0 XSLTPROC_PROCESS_MAN = \ $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \