chiark / gitweb /
man: suppress man page dates/authors in generated pages
[elogind.git] / Makefile.am
index bbe9b462e1a97439c58d056515ff401c3446ff76..73d603443e3a23aefadef91bda568eff7f031ccf 100644 (file)
@@ -626,6 +626,10 @@ man_MANS = \
 
 noinst_DATA = \
        ${XML_FILES:.xml=.html}
+
+CLEANFILES += \
+       $(MANPAGES) \
+       $(MANPAGES_ALIAS)
 endif
 
 EXTRA_DIST += \
@@ -3306,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 $@) && \