diff en/Makefile @ 408:028543f67bea

Fix build
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 20 Aug 2008 15:27:13 -0700
parents fb5c0d56d7f1
children 4d2fb4251217
line wrap: on
line diff
--- a/en/Makefile	Wed Aug 20 15:27:06 2008 -0700
+++ b/en/Makefile	Wed Aug 20 15:27:13 2008 -0700
@@ -161,10 +161,10 @@
 
 # Produce 90dpi PNGs for the web.
 
-%.png: %.svg
+%.png: %.svg fixsvg
 	./fixsvg $<
-	mv $<.tmp foobar.svg
-	inkscape -D -e $@ foobar.svg
+	inkscape -D -e $@ $<-tmp.svg
+	rm $<-tmp.svg
 
 %.svg: %.dot
 	dot -Tsvg -o $@ $<