comparison source/Makefile @ 45:529395304216

Export with inkscape. rsvg got the eyes wrong
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 01 Sep 2013 18:16:50 +0200
parents 2ba3c443c328
children bcaa3b7a0890
comparison
equal deleted inserted replaced
44:2ba3c443c328 45:529395304216
6 6
7 clean: 7 clean:
8 rm -f $(TARGETS) 8 rm -f $(TARGETS)
9 9
10 %.png: %.svg 10 %.png: %.svg
11 rsvg-convert --zoom 0.1 $< > $@ 11 inkscape --export-png $@ --export-dpi 9 $<
12 ifeq ($(OPTIMIZE),1) 12 ifeq ($(OPTIMIZE),1)
13 optipng -o4 -preserve $@ 13 optipng -o4 -preserve $@
14 advpng -z4 $@ 14 advpng -z4 $@
15 endif 15 endif