summaryrefslogtreecommitdiff
path: root/dvb-spec/dvbapi/fig2pstex
blob: bf62eb7ec89e26e927f4531173da54a26c8190bc (plain)
1
2
3
4
5
6
#!/bin/sh
f=`basename $1 .fig`
fig2dev -L pstex $f.fig $f.ps
fig2dev -L pstex_t -p $f.ps $f.fig $f.pst2
./getbb $f.pst2 $f.ps > $f.pst
rm $f.pst2