diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | docs/Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -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-06 Johan Dahlin <johan@gnome.org> * m4/as-expand.m4: New file to workaround automake silliness diff --git a/docs/Makefile.am b/docs/Makefile.am index 61bc126..3195884 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -63,6 +63,8 @@ REFERENCE_DEPS = \ $(XMLFILES) \ $(XSLFILES) +$(HTML_DATA): build_stamp + build_stamp: $(REFERENCE_DEPS) xsltproc --nonet --xinclude -o $(BUILDDIR)/html/ \ --path $(BUILDDIR)/reference:$(srcdir)/reference \ |
