dbus/doc Makefile.am,1.13,1.14
Havoc Pennington
hp at pdx.freedesktop.org
Fri Mar 19 14:36:33 PST 2004
Update of /cvs/dbus/dbus/doc
In directory pdx:/tmp/cvs-serv31582/doc
Modified Files:
Makefile.am
Log Message:
2004-03-19 Havoc Pennington <hp at redhat.com>
* NEWS: 0.21 updates
* configure.in: 0.21
* doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
* python/Makefile.am: change to avoid dist of dbus_bindings.c so
you don't need pyrex to make dist
* qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
sources; run moc
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/doc/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- a/Makefile.am 30 Sep 2003 03:34:00 -0000 1.13
+++ b/Makefile.am 19 Mar 2004 22:36:31 -0000 1.14
@@ -15,7 +15,6 @@
if DBUS_XML_DOCS_ENABLED
all-local: $(HTML_FILES)
-endif
dbus-specification.html: dbus-specification.xml
$(XMLTO) html-nochunks $<
@@ -25,6 +24,7 @@
dbus-tutorial.html: dbus-tutorial.xml
$(XMLTO) html-nochunks $<
+endif
maintainer-clean-local:
rm -f $(HTML_FILES)
More information about the dbus-commit
mailing list