home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / utils / tex2rtf / distrib / makedistrib.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  2002-08-16  |  389b  |  13 lines

  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
  13.