--without-gui als inkscapeoption im Makefile ergänzt

git-svn-id: https://svn.neo-layout.org@1339 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
ben 2008-12-29 14:48:09 +00:00
parent ccb1b90cdf
commit c7e346dcd4

View file

@ -15,9 +15,9 @@ cleanpdf:
rm -rf ${PDFFILES}
%.pdf: %.svg
inkscape --export-pdf=$@ $<
inkscape --without-gui --export-pdf=$@ $<
%.png: %.svg
inkscape --export-png=$@ -w1000 $<
inkscape --without-gui --export-png=$@ -w1000 $<
.PHONY: clean cleanpng cleanpdf pdf png