mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
fbc4098833
commit
b583725b3a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue