hgbook

changeset 614:c8680784cdbb

Make builds more reliable.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 15:35:44 2009 -0700 (2009-03-31)
parents f107ab150809
children fbb4340be17a
files en/Makefile
line diff
     1.1 --- a/en/Makefile	Tue Mar 31 12:25:03 2009 -0700
     1.2 +++ b/en/Makefile	Tue Mar 31 15:35:44 2009 -0700
     1.3 @@ -120,7 +120,7 @@
     1.4  html: $(obj-web-read)/index.html
     1.5  
     1.6  ../web/index-read.html.in: ../web/genindex.py $(xml-src-files)
     1.7 -	$<
     1.8 +	cd ../web && ./genindex.py
     1.9  
    1.10  $(obj-web-read)/index.html: ../xsl/system-xsl .validated-00book.xml ../web/index-read.html.in
    1.11  	xsltproc $(xsltproc-opts) -o $(obj-web-read)/x ../xsl/chunk-stylesheet.xsl 00book.xml
    1.12 @@ -144,7 +144,7 @@
    1.13  
    1.14  valid: .validated-00book.xml
    1.15  
    1.16 -.validated-00book.xml: $(xml-src-files)
    1.17 +.validated-00book.xml: $(xml-src-files) examples/.run
    1.18  	$(xmllint) --path '$(dtd-dir):$(xml-path)' $(xmllint-opts) $<
    1.19  	touch $@
    1.20