]> git.saurik.com Git - wxWidgets.git/blob - utils/tex2rtf/distrib/makedistrib.sh
seems I forgot to check in these changes to tex2rtf packaging scripts...
[wxWidgets.git] / utils / tex2rtf / distrib / makedistrib.sh
1 #!/bin/sh
2 # Example script to call the maketarball.sh
3 # script, for creating the Tex2RTF distribution.
4 echo Make the Tex2RTF distribution
5
6 WXWIN=/opt/julians/wx2dev/wxWindows
7 VERSION=2.01
8 TEX2RTFBIN=$WXWIN/utils/tex2rtf/deliver/tex2rtf
9 DESTDIR=$WXWIN/utils/tex2rtf/deliver
10
11 $WXWIN/utils/tex2rtf/distrib/maketarball.sh $WXWIN $TEX2RTFBIN $DESTDIR $VERSION
12 sh zipsrc.sh $VERSION