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

This commit is contained in:
ben 2008-12-29 14:48:09 +00:00
parent 941b88db69
commit 228be524aa
1 changed files with 2 additions and 2 deletions

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