schleuderpackage/img/Makefile

7 lines
93 B
Makefile
Raw Permalink Normal View History

2013-07-19 20:34:58 +02:00
%.pdf: %.svg
inkscape --export-pdf=$@ $<
%.png: %.svg
inkscape --export-png=$@ -w1000 $<