Scaled down the eps images to half their size

Original commit message from CVS:
Scaled down the eps images to half their size
This commit is contained in:
Wim Taymans 2000-12-30 03:28:29 +00:00
parent fbc4098833
commit b583725b3a

View file

@ -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)