summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2016-06-14 22:02:53 +0200
committerJens Georg <mail@jensge.org>2016-06-14 22:03:06 +0200
commitfbea809fe24bcf963db5b3fe9079a8c19b262457 (patch)
tree608b2ba14d03c3d2333593ccd011e86861ea39df /doc
parent1fafc4ba0179e3efcd43111c56d7691f7affd993 (diff)
downloadrygel-fbea809fe24bcf963db5b3fe9079a8c19b262457.tar.gz
build: Don't try to build manpages without xsltproc
Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=767459
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 35d763e8..c8956588 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,16 +1,16 @@
SUBDIRS = reference
+EXTRA_DIST = \
+ man/rygel.xml \
+ man/rygel.conf.xml
+
+if HAVE_XSLTPROC
dist_man1_MANS = \
rygel.1
dist_man5_MANS = \
rygel.conf.5
-EXTRA_DIST = \
- man/rygel.xml \
- man/rygel.conf.xml
-
-if HAVE_XSLTPROC
%.5 %.1: man/%.xml
$(AM_V_GEN)$(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl >/dev/null 2>&1 $<
CLEANFILES = \