summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2006-01-15 15:04:54 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2006-01-15 15:04:54 +0000
commit86f701c80f02804ce56e5366f7cb4699d63a6db9 (patch)
tree87ac6a53e94585c2ff8087ad35544dc26ca2f11e
parentf25465433f0f835a5caccacffe026c2b658c924b (diff)
fix bug https://bugs.freedesktop.org/show_bug.cgi?id=5570
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1082 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-sharp/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/avahi-sharp/Makefile.am b/avahi-sharp/Makefile.am
index cd07a12..4ca3c11 100644
--- a/avahi-sharp/Makefile.am
+++ b/avahi-sharp/Makefile.am
@@ -64,7 +64,9 @@ if HAVE_MONODOC
update-docs: $(ASSEMBLY)
$(MONODOCER) -assembly:$(ASSEMBLY) -path:en
-avahi-sharp-docs.zip avahi-sharp-docs.tree: $(srcdir)/en/*/*
+avahi-sharp-docs.zip: avahi-sharp-docs.tree
+
+avahi-sharp-docs.tree: $(srcdir)/en/*/*
$(MDASSEMBLER) --out avahi-sharp-docs --ecma $(srcdir)/en
docdir = $(MONODOC_DIR)