projects
/
idzebra-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:
18136f0
)
Make sure DISPLAY is unset for inkscape processing.
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 22 Apr 2008 11:27:40 +0000
(13:27 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 22 Apr 2008 11:27:40 +0000
(13:27 +0200)
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index
8d35e79
..
03e4898
100644
(file)
--- 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 $?