diff options
-rw-r--r-- | grafik/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grafik/Makefile b/grafik/Makefile index 6fc2e72..fdf9a9f 100644 --- a/grafik/Makefile +++ b/grafik/Makefile @@ -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 |