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>
This commit is contained in:
John (J5) Palmieri 2006-02-10 21:47:10 +00:00
parent 34bb5b690b
commit 3ebf7e7700
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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

View 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: