comparison en/Makefile @ 737:9038da8b2d22

Merge with http://hg.serpentine.com/mercurial/book
author Dongsheng Song <dongsheng.song@gmail.com>
date Mon, 16 Mar 2009 17:23:05 +0800
parents c88aa4edf9df 1879ec732a28
children d0160b0b1a9e
comparison
equal deleted inserted replaced
736:1de6cbdcc619 737:9038da8b2d22
127 all: web 127 all: web
128 128
129 ../stylesheets/system-xsl: $(system-xsl-dir) 129 ../stylesheets/system-xsl: $(system-xsl-dir)
130 ln -s $< $@ 130 ln -s $< $@
131 131
132 web: websup html 132 web: ../xsl/system-xsl websup html
133 133
134 html: ../stylesheets/system-xsl $(xml-src-files) valid 134 html: ../stylesheets/system-xsl $(xml-src-files) valid
135 xsltproc $(xsltproc-opts) -o html/read/x ../stylesheets/chunk-stylesheet.xsl 00book.xml 135 xsltproc $(xsltproc-opts) -o html/read/x ../stylesheets/chunk-stylesheet.xsl 00book.xml
136 for i in html/read/*.html; do \ 136 for i in html/read/*.html; do \
137 gzip -9 -c $$i > $$i.gz; \ 137 gzip -9 -c $$i > $$i.gz; \