From c7e346dcd40d38c860e03c12ee2b38b527d7cc9d Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 29 Dec 2008 14:48:09 +0000 Subject: =?UTF-8?q?--without-gui=20als=20inkscapeoption=20im=20Makefile=20?= =?UTF-8?q?erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1339 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- grafik/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'grafik/Makefile') 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 -- cgit v1.2.3