hgbook

diff it/Makefile @ 730:9fb13c6abc1b

Italians do it with style.
author Giulio@puck
date Wed Jun 17 17:28:32 2009 +0200 (2009-06-17)
parents 1819dd65d5f6
children 68c4d16d2bf4
line diff
     1.1 --- a/it/Makefile	Sun Jun 14 17:54:19 2009 +0200
     1.2 +++ b/it/Makefile	Wed Jun 17 17:28:32 2009 +0200
     1.3 @@ -15,11 +15,12 @@
     1.4  
     1.5  #$(obj-web)/index.html: ../stylesheets/system-xsl .validated-00book.xml #../web/index-read.html.in
     1.6  $(obj-web)/index.html: .validated-00book.xml
     1.7 -	xsltproc $(xsltproc-opts) -o $(obj-web)/x ../stylesheets/chunk-stylesheet.xsl 00book.xml
     1.8 +	xsltproc $(xsltproc-opts) -o $(obj-web)/x ../stylesheets/it/web.xsl 00book.xml
     1.9 +#	xsltproc $(xsltproc-opts) -o $(obj-web)/x ../stylesheets/chunk-stylesheet.xsl 00book.xml
    1.10  	cp ${web-global}/styles.css ${obj-web}
    1.11  	mkdir -p ${figs-web}
    1.12  	cp -f ${web-global}/icons/*.png $(figs-web)
    1.13 -    cp -f examples/figs/*.png $(figs-web)
    1.14 +	cp -f examples/figs/*.png $(figs-web)
    1.15  	sed -i -e "s|/support/||g" ${obj-web}/*.html
    1.16  #	python ../web/texpand.py ../web/index-read.html.in html/read/index.html
    1.17  #	for i in $(obj-web-read)/*.html; do \