From: Adam Dickmeiss Date: Tue, 22 Apr 2008 11:28:53 +0000 (+0200) Subject: Make sure DISPLAY is unset for inkscape processing. X-Git-Tag: v1.0.13.1~1 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=8479a2bef487a8a220b5e45a4085cf2f667aa23a;p=metaproxy-moved-to-github.git Make sure DISPLAY is unset for inkscape processing. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 6a381fe..e1744c5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -93,10 +93,10 @@ manref.xml: $(XMLMAN) $(srcdir)/common/stripref.xsl done multi.png: multi.svg - inkscape --export-png=$@ --export-area=0:0:1050:500 $? + unset DISPLAY; inkscape --export-png=$@ --export-area=0:0:1050:500 $? multi.eps: multi.svg - inkscape --export-eps=$@ --export-bbox-page $? + unset DISPLAY; inkscape --export-eps=$@ --export-bbox-page $? .eps.pdf: epstopdf -hires $?