summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 337fb4f0..7df331c5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,9 +1,6 @@
EXTRA_DIST= \
- dbus-specification.html \
dbus-specification.xml \
- dbus-test-plan.html \
dbus-test-plan.xml \
- dbus-tutorial.html \
dbus-tutorial.xml \
dcop-howto.txt \
file-boilerplate.c
@@ -16,6 +13,8 @@ HTML_FILES= \
if DBUS_XML_DOCS_ENABLED
all-local: $(HTML_FILES)
+EXTRA_DIST += $(HTML_FILES)
+
dbus-specification.html: dbus-specification.xml
$(XMLTO) html-nochunks $<