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:
f382c39
)
Change inkscape option for PDF export
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 26 Oct 2011 19:59:49 +0000
(21:59 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 26 Oct 2011 19:59:49 +0000
(21:59 +0200)
Option --export-bbox-page is no longer available. Using
--export-area-page instead.
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index
13d5b15
..
cdaadc6
100644
(file)
--- a/
doc/Makefile.am
+++ b/
doc/Makefile.am
@@
-104,7
+104,7
@@
multi.png: multi.svg
unset DISPLAY; ${INKSCAPE} --export-png=$@ --export-area=0:0:1050:500 $?
multi.eps: multi.svg
- unset DISPLAY; ${INKSCAPE} --export-eps=$@ --export-bbox-page $?
+ unset DISPLAY; ${INKSCAPE} --export-eps=$@ --export-area-page $?
.eps.pdf:
epstopdf -hires $?