From e59db9df47bcf99aa292e6d13ca2044105a94b90 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 1 Feb 2010 16:45:48 -0500 Subject: [PATCH] Move system-activation.txt into non-conditional EXTRA_DIST It doesn't depend on the XML doc generation. --- doc/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 42656a0..f76335f 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 $< -- 2.7.4