From 4e6631d22200b35d25b3a91e0243347809ca70a2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 31 Jan 2007 11:16:57 +0000 Subject: [PATCH] Scale multi picture differently and with options that works with older version of inkscape. --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 95ba6de..2c88b69 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.37 2007-01-25 10:35:05 adam Exp $ +## $Id: Makefile.am,v 1.38 2007-01-31 11:16:57 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -96,7 +96,7 @@ manref.xml: $(XMLMAN) $(srcdir)/common/stripref.xsl done multi.png: multi.svg - inkscape --export-png=$@ --export-width=800 --export-area-drawing $? + inkscape --export-png=$@ --export-area=0:0:1050:500 $? multi.eps: multi.svg inkscape --export-eps=$@ --export-bbox-page $? -- 1.7.10.4