diff options
| author | Johan Dahlin <jdahlin@async.com.br> | 2006-08-07 13:13:25 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2006-08-07 13:13:25 +0000 |
| commit | 1c689e1b653085b803c280a3db0af7d939ecb1e3 (patch) | |
| tree | c4d7cfe81762d710d9c1add3caa91f58967e952a /docs | |
| parent | 647e02c2eb2db5e6943268c654ac0010c65bffbe (diff) | |
| download | pygobject-1c689e1b653085b803c280a3db0af7d939ecb1e3.tar.gz pygobject-1c689e1b653085b803c280a3db0af7d939ecb1e3.tar.xz pygobject-1c689e1b653085b803c280a3db0af7d939ecb1e3.zip | |
Fix parallel build (#350225, Ed Catmur)
2006-08-07 Johan Dahlin <jdahlin@async.com.br>
* docs/Makefile.am ($(HTML_DATA)): Fix parallel build
(#350225, Ed Catmur)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |
