summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7bd392a6..337fb4f0 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -15,7 +15,6 @@ HTML_FILES= \
if DBUS_XML_DOCS_ENABLED
all-local: $(HTML_FILES)
-endif
dbus-specification.html: dbus-specification.xml
$(XMLTO) html-nochunks $<
@@ -25,6 +24,7 @@ dbus-test-plan.html: dbus-test-plan.xml
dbus-tutorial.html: dbus-tutorial.xml
$(XMLTO) html-nochunks $<
+endif
maintainer-clean-local:
rm -f $(HTML_FILES)