From: Adam Dickmeiss Date: Wed, 31 Jan 2007 11:16:57 +0000 (+0000) Subject: Scale multi picture differently and with options that works with X-Git-Tag: METAPROXY.1.0.10~50 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;ds=sidebyside;h=4e6631d22200b35d25b3a91e0243347809ca70a2;p=metaproxy-moved-to-github.git Scale multi picture differently and with options that works with older version of inkscape. --- 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 $?