]>
git.saurik.com Git - wxWidgets.git/blob - utils/tex2rtf/distrib/zipsrc.sh
2 # Zip up Tex2RTF source
5 if [ "$VERSION" = "-" ] ; then
11 rm -f $TEX2RTFDIR/deliver
/tex2rtf
$VERSION-source.
zip
12 rm -f $TEX2RTFDIR/deliver
/tex2rtf
$VERSION-source.
tar.gz
14 mkdir $TEX2RTFDIR/tex2rtf
$VERSION-source
17 tar -c `cat $TEX2RTFDIR/distrib/src.rsp` | (cd tex2rtf
$VERSION-source ; tar -x)
20 zip -9 -r $TEX2RTFDIR/deliver
/tex2rtf
$VERSION-source.
zip tex2rtf
$VERSION-source
22 # Now make a tar archive
23 tar cf
$TEX2RTFDIR/deliver
/tex2rtf
$VERSION-source.
tar tex2rtf
$VERSION-source
24 gzip -9 $TEX2RTFDIR/deliver
/tex2rtf
$VERSION-source.
tar
25 tar cf
$TEX2RTFDIR/deliver
/tex2rtf
$VERSION-source.
tar tex2rtf
$VERSION-source
26 bzip2 -9 $TEX2RTFDIR/deliver
/tex2rtf
$VERSION-source.
tar
29 rm -rf $TEX2RTFDIR/tex2rtf
$VERSION-source