summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-17 23:29:10 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-17 23:29:10 +0200
commitc3bd732210fb2f53bbea2ffc55d16a35e098ff94 (patch)
tree9589d490072473c3ea65169700d53fca827cdfca /Makefile.am
parent2a3d6294675e1c540429a26610d180c0ce15f31f (diff)
build-sys: enable xsltproc rules only if we have xsltproc
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c9a73e18e..83740d73d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -350,7 +350,7 @@ CLEANFILES = \
man/systemd.special.7 \
man/systemd.special.html
-#if HAVE_XSLTPROC
+if HAVE_XSLTPROC
XSLTPROC_PROCESS_MAN = \
$(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
$(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
@@ -393,7 +393,7 @@ CLEANFILES += \
man/systemd.unit.html \
man/systemd.service.html \
man/systemd.special.html.in
-#endif
+endif
install-data-hook:
$(MKDIR_P) -m 0755 \