Mercurial > hgbook
changeset 678:1879ec732a28
Fix dependency.
| author | Bryan O'Sullivan <bos@serpentine.com> |
|---|---|
| date | Fri, 13 Mar 2009 14:22:27 -0700 |
| parents | cd978765da64 |
| children | 5bfa0df6aaed 9038da8b2d22 |
| files | en/Makefile |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
