X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=73d603443e3a23aefadef91bda568eff7f031ccf;hp=bbe9b462e1a97439c58d056515ff401c3446ff76;hb=e362b3725a70102aedfda5f2f3f3cbce21e6feaf;hpb=6ca9571eddb6cf9ab84eb41d5a162ffde7b0c50e diff --git a/Makefile.am b/Makefile.am index bbe9b462e..73d603443 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 $@) && \