hgbook

changeset 310:4d2fb4251217

Fix svg -> eps conversion.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Thu Aug 21 22:21:24 2008 +0200 (2008-08-21)
parents 028543f67bea
children 53e20c92b6b6 231c8469a0ec
files en/Makefile
line diff
     1.1 --- a/en/Makefile	Wed Aug 20 15:27:13 2008 -0700
     1.2 +++ b/en/Makefile	Thu Aug 21 22:21:24 2008 +0200
     1.3 @@ -176,8 +176,8 @@
     1.4  
     1.5  %.eps: %.svg
     1.6  	./fixsvg $<
     1.7 -	mv $<.tmp foobar.svg
     1.8 -	inkscape -E $@ foobar.svg
     1.9 +	inkscape -E $@ $<-tmp.svg
    1.10 +	rm $<-tmp.svg
    1.11  
    1.12  %.eps: %.dot
    1.13  	dot -Tps -o $@ $<