diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-13 21:54:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-13 21:54:03 +0200 |
commit | e362b3725a70102aedfda5f2f3f3cbce21e6feaf (patch) | |
tree | 280a37beac85575afb5c86ea775d79a203dd07d1 | |
parent | 24fb2ddc127d6cde31968672897fe9c034af168e (diff) |
man: suppress man page dates/authors in generated pages
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 41babe558c..73d603443e 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 $@) && \ |