From: Adam Dickmeiss Date: Tue, 22 Apr 2008 11:27:40 +0000 (+0200) Subject: Make sure DISPLAY is unset for inkscape processing. X-Git-Tag: v2.0.30~2 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=0e77ef05bce104aedc4a661ed978cef98ec77a1f;p=idzebra-moved-to-github.git Make sure DISPLAY is unset for inkscape processing. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 8d35e79..03e4898 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -109,10 +109,10 @@ uninstall-hook: rm -r $(DESTDIR)$(docdir) domfilter.png: domfilter.svg - inkscape --export-png=$@ --export-width=600 $? + unset DISPLAY; inkscape --export-png=$@ --export-width=600 $? domfilter.eps: domfilter.svg - inkscape --export-eps=$@ --export-bbox-page $? + unset DISPLAY; inkscape --export-eps=$@ --export-bbox-page $? .eps.pdf: epstopdf -hires $?