summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: 8f76a213019fc289150f84fe2429d2e54a9d8e50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = reference

dist_man1_MANS = \
		rygel.1

dist_man5_MANS = \
		rygel.conf.5

EXTRA_DIST = \
		man/rygel.xml \
		man/rygel.conf.xml \
		README.Mediathek

if HAVE_XSLTPROC
%.5 %.1: man/%.xml
	$(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
CLEANFILES = \
		$(dist_man1_MANS) $(dist_man5_MANS)
endif