gnome-contacts/man/Makefile.am
Matthias Clasen eddd43232a Add a man page
This is admittedly pretty minimal.

https://bugzilla.gnome.org/show_bug.cgi?id=703470
2013-07-03 09:53:08 +02:00

21 lines
567 B
Makefile

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
.xml.1:
$(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
man_MANS = \
gnome-contacts.1
xml_files = $(man_MANS:.1=.xml)
EXTRA_DIST = $(xml_files)
DISTCLEANFILES = $(man_MANS)
-include $(top_srcdir)/git.mk