schleuderpackage/img/Makefile

7 lines
93 B
Makefile

%.pdf: %.svg
inkscape --export-pdf=$@ $<
%.png: %.svg
inkscape --export-png=$@ -w1000 $<