hgbook

diff en/Makefile @ 650:7e7c47481e4f

Oops, this is the real merge for my hg's oddity
author Dongsheng Song <dongsheng.song@gmail.com>
date Fri Mar 20 16:43:35 2009 +0800 (2009-03-20)
parents d0160b0b1a9e
children 1c13ed2130a7
line diff
     1.1 --- a/en/Makefile	Wed Mar 18 20:32:37 2009 +0800
     1.2 +++ b/en/Makefile	Fri Mar 20 16:43:35 2009 +0800
     1.3 @@ -130,21 +130,24 @@
     1.4  
     1.5  all: web
     1.6  
     1.7 -../stylesheets/system-xsl: $(system-xsl-dir)
     1.8 +../xsl/system-xsl: $(system-xsl-dir)
     1.9  	ln -s $< $@
    1.10  
    1.11  web: ../xsl/system-xsl websup html
    1.12  
    1.13 -html: ../stylesheets/system-xsl $(xml-src-files) valid
    1.14 -	xsltproc $(xsltproc-opts) -o html/read/x ../stylesheets/chunk-stylesheet.xsl 00book.xml
    1.15 +html: ../xsl/system-xsl $(xml-src-files) valid
    1.16 +	xsltproc $(xsltproc-opts) -o html/read/x ../xsl/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)/images
    1.23 -	cp ../stylesheets/system-xsl/images/*.png $(obj-websup)/images
    1.24 -	cp -f ../web/icons/*.png $(obj-websup)/images
    1.25 +	mkdir -p $(obj-websup)/figs
    1.26 +	cp ../xsl/system-xsl/images/*.png $(obj-websup)/figs
    1.27 +	cp -f ../web/icons/*.png $(obj-websup)/figs
    1.28 +
    1.29 +all-ids.dat: ../xsl/all-ids.xsl $(xml-src-files)
    1.30 +	$(xsltproc) $(xsltproc-opts) -o $@ ../xsl/all-ids.xsl 00book.xml
    1.31  
    1.32  web: websup
    1.33