From b583725b3a4c994a23a898debcc7b2e0cff0cf08 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 30 Dec 2000 03:28:29 +0000 Subject: [PATCH] Scaled down the eps images to half their size Original commit message from CVS: Scaled down the eps images to half their size --- docs/manual/images/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/images/Makefile.am b/docs/manual/images/Makefile.am index 003e57bd5b..5dc738587b 100644 --- a/docs/manual/images/Makefile.am +++ b/docs/manual/images/Makefile.am @@ -28,7 +28,7 @@ epsfiles= \ fig2dev -L png -s 16 $< $@ %.eps : ../fig/%.fig - fig2dev -L eps -s 16 $< $@ + fig2dev -L eps -s 16 -m 0.5 $< $@ all-local: $(epsfiles)