hgbook

changeset 32:b7d46e86a5f1

Stop inkscape from printing an annoying message.
author Bryan O'Sullivan <bos@serpentine.com>
date Sat Jul 15 21:23:35 2006 -0700 (2006-07-15)
parents 51d94bd2804c
children a17b0f38286d
files en/Makefile
line diff
     1.1 --- a/en/Makefile	Sat Jul 15 21:02:13 2006 -0700
     1.2 +++ b/en/Makefile	Sat Jul 15 21:23:35 2006 -0700
     1.3 @@ -102,7 +102,7 @@
     1.4  	epstopdf $<
     1.5  
     1.6  %.eps: %.svg
     1.7 -	inkscape -D -E $@ $<
     1.8 +	inkscape -E $@ $<
     1.9  
    1.10  examples: examples/.run
    1.11