summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-08-07 13:15:02 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-08-07 13:15:02 +0000
commit25b627e2fa6eaf5a09467b04dd85c424573f3ad7 (patch)
treeb603c723a207eb05f850ed556fc53106e8802b2b
parente3a56a4eac28eaf54280e3d937890b2cdcfcc93a (diff)
downloadpygtk-25b627e2fa6eaf5a09467b04dd85c424573f3ad7.tar.gz
Fix parallel build (#350225, Ed Catmur)
* docs/Makefile.am ($(HTML_DATA)): Fix parallel build (#350225, Ed Catmur)
-rw-r--r--ChangeLog5
-rw-r--r--docs/Makefile.am2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d25c717..cf5cc35d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-07 Johan Dahlin <jdahlin@async.com.br>
+
+ * docs/Makefile.am ($(HTML_DATA)): Fix parallel build
+ (#350225, Ed Catmur)
+
2006-08-07 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* codegen/argtypes.py: Don't allow overwrite a argtype
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 23d6089e..e37716fa 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -592,6 +592,8 @@ REFERENCE_DEPS = \
$(XMLFILES) \
$(XSLFILES)
+$(HTML_DATA): build_stamp
+
build_stamp: $(REFERENCE_DEPS)
xsltproc --nonet --xinclude -o $(BUILDDIR)/html/ \
--path $(BUILDDIR)/reference:$(srcdir)/reference \