# HG changeset patch # User Bryan O'Sullivan # Date 1236979347 25200 # Node ID 1879ec732a28a83c6bdc6396cb9a042f52d708b1 # Parent cd978765da64cd6dcf46254134e8179b54dd66de Fix dependency. diff -r cd978765da64 -r 1879ec732a28 en/Makefile --- a/en/Makefile Tue Mar 10 22:40:47 2009 -0700 +++ b/en/Makefile Fri Mar 13 14:22:27 2009 -0700 @@ -129,7 +129,7 @@ ../xsl/system-xsl: $(system-xsl-dir) ln -s $< $@ -web: websup html +web: ../xsl/system-xsl websup html html: ../xsl/system-xsl $(xml-src-files) valid xsltproc $(xsltproc-opts) -o html/read/x ../xsl/chunk-stylesheet.xsl 00book.xml