hgbook

diff en/Makefile @ 632:c88aa4edf9df

Follow up 586:0e3d8f66bbb7 and 587:bae6d1503482, adjust Makefile and .hgignore
author Dongsheng Song <dongsheng.song@gmail.com>
date Thu Mar 12 21:48:08 2009 +0800 (2009-03-12)
parents bebd5ff7fe7f
children 9038da8b2d22
line diff
     1.1 --- a/en/Makefile	Tue Mar 10 21:58:03 2009 -0700
     1.2 +++ b/en/Makefile	Thu Mar 12 21:48:08 2009 +0800
     1.3 @@ -126,21 +126,21 @@
     1.4  
     1.5  all: web
     1.6  
     1.7 -../xsl/system-xsl: $(system-xsl-dir)
     1.8 +../stylesheets/system-xsl: $(system-xsl-dir)
     1.9  	ln -s $< $@
    1.10  
    1.11  web: websup html
    1.12  
    1.13 -html: ../xsl/system-xsl $(xml-src-files) valid
    1.14 -	xsltproc $(xsltproc-opts) -o html/read/x ../xsl/chunk-stylesheet.xsl 00book.xml
    1.15 +html: ../stylesheets/system-xsl $(xml-src-files) valid
    1.16 +	xsltproc $(xsltproc-opts) -o html/read/x ../stylesheets/chunk-stylesheet.xsl 00book.xml
    1.17  	for i in html/read/*.html; do \
    1.18  	  gzip -9 -c $$i > $$i.gz; \
    1.19  	done
    1.20  
    1.21  websup: $(extras-web)
    1.22 -	mkdir -p $(obj-websup)/figs
    1.23 -	cp ../xsl/system-xsl/images/*.png $(obj-websup)/figs
    1.24 -	cp -f ../web/icons/*.png $(obj-websup)/figs
    1.25 +	mkdir -p $(obj-websup)/images
    1.26 +	cp ../stylesheets/system-xsl/images/*.png $(obj-websup)/images
    1.27 +	cp -f ../web/icons/*.png $(obj-websup)/images
    1.28  
    1.29  web: websup
    1.30