doc: Get rygel.1 manpage up-to-date
[profile/ivi/rygel.git] / doc / Makefile.am
1 dist_man_MANS = \
2                 rygel.1 \
3                 rygel.conf.5
4
5 EXTRA_DIST = \
6                 man/rygel.xml \
7                 man/rygel.conf.xml
8
9 if HAVE_XSLTPROC
10 %.5 %.1: man/%.xml
11         $(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
12 CLEANFILES = \
13                 $(dist_man_MANS)
14 endif