summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2004-07-06 15:15:59 +0000
committerColin Walters <walters@verbum.org>2004-07-06 15:15:59 +0000
commit3d0f1fb1b62a3ee9a897f3ca7422e5f5be4716a0 (patch)
treef184065448103daf6ef9493c84f86b3c61faf840 /doc/Makefile.am
parent54752a6d94a9d2cc4f488e8a3803e3b9bf9eda4b (diff)
2004-07-06 Colin Walters <walters@redhat.com>
* doc/Makefile.am, qt/Makefile.am: mono/doc/Makefile.am: Allow 'make dist' without doc building of various sorts or QT support enabled.
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 $<