dbus/mono/doc Makefile.am,1.8,1.9

John Palmieri johnp at freedesktop.org
Fri Feb 10 13:47:12 PST 2006


Update of /cvs/dbus/dbus/mono/doc
In directory gabe:/tmp/cvs-serv4166/mono/doc

Modified Files:
	Makefile.am 
Log Message:
2006-02-10  John (J5) Palmieri  <johnp at redhat.com>

	* mono/doc/Makefile.am: Fix parallel make problem with mono-doc
	(Bug #4213) Patch from Doug Goldstein <cardoe at gentoo.org>


Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/mono/doc/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am	16 Jun 2005 04:32:50 -0000	1.8
+++ Makefile.am	10 Feb 2006 21:47:10 -0000	1.9
@@ -22,7 +22,9 @@
 ASSEMBLER = $(MONODOC) --assemble
 UPDATER = $(MONODOC) --update
 
-dbus-sharp-docs.zip dbus-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml
+dbus-sharp-docs.zip: dbus-sharp-docs.tree
+
+dbus-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml
 	$(ASSEMBLER) --ecma $(srcdir)/en -o dbus-sharp-docs
 
 update:



More information about the dbus-commit mailing list