hgbook

diff en/Makefile @ 309:028543f67bea

Fix build
author Bryan O'Sullivan <bos@serpentine.com>
date Wed Aug 20 15:27:13 2008 -0700 (2008-08-20)
parents fb5c0d56d7f1
children 4d2fb4251217
line diff
     1.1 --- a/en/Makefile	Wed Aug 20 22:15:35 2008 +0200
     1.2 +++ b/en/Makefile	Wed Aug 20 15:27:13 2008 -0700
     1.3 @@ -161,10 +161,10 @@
     1.4  
     1.5  # Produce 90dpi PNGs for the web.
     1.6  
     1.7 -%.png: %.svg
     1.8 +%.png: %.svg fixsvg
     1.9  	./fixsvg $<
    1.10 -	mv $<.tmp foobar.svg
    1.11 -	inkscape -D -e $@ foobar.svg
    1.12 +	inkscape -D -e $@ $<-tmp.svg
    1.13 +	rm $<-tmp.svg
    1.14  
    1.15  %.svg: %.dot
    1.16  	dot -Tsvg -o $@ $<