Change inkscape option for PDF export
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 26 Oct 2011 19:59:49 +0000 (21:59 +0200)
committerAdam 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

index 13d5b15..cdaadc6 100644 (file)
@@ -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 $?