--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:
parent
ccb1b90cdf
commit
c7e346dcd4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue