summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-02-01 16:45:48 -0500
committerColin Walters <walters@verbum.org>2010-02-01 16:45:48 -0500
commite59db9df47bcf99aa292e6d13ca2044105a94b90 (patch)
treea7f99d7d37039efd7718777ab32a83384f353a83
parent8a9880ffd2b81df38bb0e3492bda7a9636ac0280 (diff)
downloaddbus-e59db9df47bcf99aa292e6d13ca2044105a94b90.tar.gz
Move system-activation.txt into non-conditional EXTRA_DIST
It doesn't depend on the XML doc generation.
-rw-r--r--doc/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 42656a0b..f76335f6 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -9,7 +9,8 @@ EXTRA_DIST= \
dbus-tutorial.xml \
dcop-howto.txt \
file-boilerplate.c \
- introspect.xsl
+ introspect.xsl \
+ system-activation.txt
HTML_FILES= \
dbus-faq.html \
@@ -20,7 +21,7 @@ HTML_FILES= \
if DBUS_XML_DOCS_ENABLED
all-local: $(HTML_FILES)
-EXTRA_DIST += $(HTML_FILES) system-activation.txt
+EXTRA_DIST += $(HTML_FILES)
dbus-specification.html: dbus-specification.xml
$(XMLTO) html-nochunks $<