2012-11-05 23:33:38 -05:00
|
|
|
XSLTPROC_FLAGS = \
|
|
|
|
--nonet \
|
|
|
|
--stringparam man.output.quietly 1 \
|
|
|
|
--stringparam funcsynopsis.style ansi \
|
|
|
|
--stringparam man.th.extra1.suppress 1 \
|
|
|
|
--stringparam man.authors.section.enabled 0 \
|
|
|
|
--stringparam man.copyright.section.enabled 0
|
|
|
|
|
2012-07-24 22:00:55 -04:00
|
|
|
.xml.1:
|
2012-11-05 23:33:38 -05:00
|
|
|
$(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
2012-07-24 22:00:55 -04:00
|
|
|
|
|
|
|
man_MANS = \
|
|
|
|
gnome-shell.1
|
|
|
|
|
|
|
|
xml_files = $(man_MANS:.1=.xml)
|
|
|
|
|
|
|
|
EXTRA_DIST = $(xml_files)
|
|
|
|
|
|
|
|
DISTCLEANFILES = $(man_MANS)
|