projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
257a3c3
)
Make sure DISPLAY is unset for inkscape processing.
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 22 Apr 2008 11:28:53 +0000
(13:28 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 22 Apr 2008 11:28:53 +0000
(13:28 +0200)
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index
6a381fe
..
e1744c5
100644
(file)
--- 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 $?