dbus/doc Makefile.am,1.14,1.15
Colin Walters
walters at pdx.freedesktop.org
Tue Jul 6 08:16:01 PDT 2004
Update of /cvs/dbus/dbus/doc
In directory pdx:/tmp/cvs-serv25396/doc
Modified Files:
Makefile.am
Log Message:
2004-07-06 Colin Walters <walters at 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.
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/doc/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile.am 19 Mar 2004 22:36:31 -0000 1.14
+++ Makefile.am 6 Jul 2004 15:15:59 -0000 1.15
@@ -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 @@
if DBUS_XML_DOCS_ENABLED
all-local: $(HTML_FILES)
+EXTRA_DIST += $(HTML_FILES)
+
dbus-specification.html: dbus-specification.xml
$(XMLTO) html-nochunks $<
More information about the dbus-commit
mailing list