mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-09 22:40:18 +01:00
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:
parent
34bb5b690b
commit
3ebf7e7700
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue