From 8479a2bef487a8a220b5e45a4085cf2f667aa23a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 22 Apr 2008 13:28:53 +0200 Subject: [PATCH] Make sure DISPLAY is unset for inkscape processing. --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 $? -- 1.7.10.4