summaryrefslogtreecommitdiff
path: root/dvb-spec/dvbapi/fig2pstex
diff options
context:
space:
mode:
authorholger <devnull@localhost>2002-10-10 16:22:27 -0300
committerholger <devnull@localhost>2002-10-10 16:22:27 -0300
commit5a523e605b9b6d1ae50d0707c1874c5b7f0959cc (patch)
tree4dfe1bf1f9ae2f2eefb5d34a42cc4ba029817091 /dvb-spec/dvbapi/fig2pstex
parentab85b007da42f42856a775d8cff97332093f5b34 (diff)
downloadmediapointer-dvb-s2-5a523e605b9b6d1ae50d0707c1874c5b7f0959cc.tar.gz
mediapointer-dvb-s2-5a523e605b9b6d1ae50d0707c1874c5b7f0959cc.tar.bz2
the new HEAD
Diffstat (limited to 'dvb-spec/dvbapi/fig2pstex')
-rwxr-xr-xdvb-spec/dvbapi/fig2pstex6
1 files changed, 6 insertions, 0 deletions
diff --git a/dvb-spec/dvbapi/fig2pstex b/dvb-spec/dvbapi/fig2pstex
new file mode 100755
index 000000000..bf62eb7ec
--- /dev/null
+++ b/dvb-spec/dvbapi/fig2pstex
@@ -0,0 +1,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 \ No newline at end of file