From d5ba688109e7138b0deeb197328795a3e1c9d7bf Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 26 Oct 2011 21:59:49 +0200 Subject: [PATCH] Change inkscape option for PDF export Option --export-bbox-page is no longer available. Using --export-area-page instead. --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 13d5b15..cdaadc6 100644 --- 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 $? -- 1.7.10.4