]>
Commit | Line | Data |
---|---|---|
bacfb94f JS |
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 | |
28a663e6 | 12 | sh zipsrc.sh $VERSION |