hgbook

changeset 729:1819dd65d5f6

Account for figures in the building process.
author Giulio@puck
date Sun Jun 14 17:54:19 2009 +0200 (2009-06-14)
parents 20defffb2a53
children 9fb13c6abc1b
files it/Makefile
line diff
     1.1 --- a/it/Makefile	Sun Jun 14 17:53:38 2009 +0200
     1.2 +++ b/it/Makefile	Sun Jun 14 17:54:19 2009 +0200
     1.3 @@ -19,6 +19,7 @@
     1.4  	cp ${web-global}/styles.css ${obj-web}
     1.5  	mkdir -p ${figs-web}
     1.6  	cp -f ${web-global}/icons/*.png $(figs-web)
     1.7 +    cp -f examples/figs/*.png $(figs-web)
     1.8  	sed -i -e "s|/support/||g" ${obj-web}/*.html
     1.9  #	python ../web/texpand.py ../web/index-read.html.in html/read/index.html
    1.10  #	for i in $(obj-web-read)/*.html; do \