3 --stringparam man.output.quietly 1 \
4 --stringparam funcsynopsis.style ansi \
5 --stringparam man.th.extra1.suppress 1 \
6 --stringparam man.authors.section.enabled 0 \
7 --stringparam man.copyright.section.enabled 0
10 $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
14 xml_files = ${patsubst %.1,%.xml,${patsubst %.7,%.xml,$(man_MANS)}}
16 EXTRA_DIST = $(xml_files)
18 CLEANFILES = $(man_MANS)