Mercurial > hgbook
diff en/Makefile @ 731:c88aa4edf9df
Follow up 586:0e3d8f66bbb7 and 587:bae6d1503482, adjust Makefile and .hgignore
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Thu, 12 Mar 2009 21:48:08 +0800 |
parents | bebd5ff7fe7f |
children | 9038da8b2d22 |
line wrap: on
line diff
--- a/en/Makefile Thu Mar 12 17:43:30 2009 +0800 +++ b/en/Makefile Thu Mar 12 21:48:08 2009 +0800 @@ -126,21 +126,21 @@ all: web -../xsl/system-xsl: $(system-xsl-dir) +../stylesheets/system-xsl: $(system-xsl-dir) ln -s $< $@ web: websup html -html: ../xsl/system-xsl $(xml-src-files) valid - xsltproc $(xsltproc-opts) -o html/read/x ../xsl/chunk-stylesheet.xsl 00book.xml +html: ../stylesheets/system-xsl $(xml-src-files) valid + xsltproc $(xsltproc-opts) -o html/read/x ../stylesheets/chunk-stylesheet.xsl 00book.xml for i in html/read/*.html; do \ gzip -9 -c $$i > $$i.gz; \ done websup: $(extras-web) - mkdir -p $(obj-websup)/figs - cp ../xsl/system-xsl/images/*.png $(obj-websup)/figs - cp -f ../web/icons/*.png $(obj-websup)/figs + mkdir -p $(obj-websup)/images + cp ../stylesheets/system-xsl/images/*.png $(obj-websup)/images + cp -f ../web/icons/*.png $(obj-websup)/images web: websup