diff en/Makefile @ 409:4d2fb4251217

Fix svg -> eps conversion.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Thu, 21 Aug 2008 22:21:24 +0200
parents 028543f67bea
children 5cd47f721686
line wrap: on
line diff
--- a/en/Makefile	Wed Aug 20 15:27:13 2008 -0700
+++ b/en/Makefile	Thu Aug 21 22:21:24 2008 +0200
@@ -176,8 +176,8 @@
 
 %.eps: %.svg
 	./fixsvg $<
-	mv $<.tmp foobar.svg
-	inkscape -E $@ foobar.svg
+	inkscape -E $@ $<-tmp.svg
+	rm $<-tmp.svg
 
 %.eps: %.dot
 	dot -Tps -o $@ $<