]> git.saurik.com Git - wxWidgets.git/blame - utils/tex2rtf/distrib/makedistrib.sh
added the process-only option
[wxWidgets.git] / utils / tex2rtf / distrib / makedistrib.sh
CommitLineData
bacfb94f
JS
1#!/bin/sh
2# Example script to call the maketarball.sh
3# script, for creating the Tex2RTF distribution.
4echo Make the Tex2RTF distribution
5
6WXWIN=/opt/julians/wx2dev/wxWindows
7VERSION=2.01
8TEX2RTFBIN=$WXWIN/utils/tex2rtf/deliver/tex2rtf
9DESTDIR=$WXWIN/utils/tex2rtf/deliver
10
11$WXWIN/utils/tex2rtf/distrib/maketarball.sh $WXWIN $TEX2RTFBIN $DESTDIR $VERSION
28a663e6 12sh zipsrc.sh $VERSION