changeset 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 53e20c92b6b6 231c8469a0ec
files en/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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 $@ $<