]>
git.saurik.com Git - wxWidgets.git/blob - utils/tex2rtf/distrib/zipsrc.sh
a3e49d7da7424ad63a17288aa701b3b0ba876062
2 # Zip up Tex2RTF source
11 for line
in `cat $toexpand` ; do
12 if [ $line != "" ]; then
13 ls $line >> $outputfile
20 rm -f $TEX2RTFDIR/deliver
/tex2rtf
-source.
zip
21 rm -f $TEX2RTFDIR/deliver
/tex2rtf
-source.
tar.gz
25 expandlines
$TEX2RTFDIR/distrib
/src.rsp temp.txt
26 zip -@
$TEX2RTFDIR/deliver
/tex2rtf
-source.
zip < temp.txt
29 # Now make a tar archive
30 ls `cat $TEX2RTFDIR/distrib/src.rsp` > /tmp
/tex2rtf.txt
31 tar cvf
$TEX2RTFDIR/deliver
/tex2rtf
-source.
tar -T /tmp
/tex2rtf.txt
32 gzip $TEX2RTFDIR/deliver
/tex2rtf
-source.
tar