2006-02-10 John (J5) Palmieri <johnp@redhat.com>
authorJohn (J5) Palmieri <johnp@redhat.com>
Fri, 10 Feb 2006 21:47:10 +0000 (21:47 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Fri, 10 Feb 2006 21:47:10 +0000 (21:47 +0000)
* mono/doc/Makefile.am: Fix parallel make problem with mono-doc
(Bug #4213) Patch from Doug Goldstein <cardoe at gentoo.org>

ChangeLog
mono/doc/Makefile.am

index 2beb2ad..a5c85d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
 
+       * mono/doc/Makefile.am: Fix parallel make problem with mono-doc
+       (Bug #4213) Patch from Doug Goldstein <cardoe at gentoo.org>
+
+2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
+
        * bus/connection.c (bus_connections_expect_reply): Make
        pending reply limit not common to all connections (Bug #5416)
        Patch from Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
index e98a027..7f87c25 100644 (file)
@@ -22,7 +22,9 @@ noinst_DATA = $(TARGETS)
 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: