hgbook

diff en/Makefile @ 491:795f2964e104

translated section 13.4
author Javier Rojas <jerojasro@devnull.li>
date Wed Jan 07 22:26:07 2009 -0500 (2009-01-07)
parents 028543f67bea
children 5cd47f721686
line diff
     1.1 --- a/en/Makefile	Wed Aug 20 15:27:13 2008 -0700
     1.2 +++ b/en/Makefile	Wed Jan 07 22:26:07 2009 -0500
     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 $@ $<