Added scripts to make Tex2RTF distribution on Unix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-08-07 15:50:31 +00:00
parent eefc691533
commit bacfb94fb3
6 changed files with 184 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/sh
# Example script to call the maketarball.sh
# script, for creating the Tex2RTF distribution.
echo Make the Tex2RTF distribution
WXWIN=/opt/julians/wx2dev/wxWindows
VERSION=2.01
TEX2RTFBIN=$WXWIN/utils/tex2rtf/deliver/tex2rtf
DESTDIR=$WXWIN/utils/tex2rtf/deliver
$WXWIN/utils/tex2rtf/distrib/maketarball.sh $WXWIN $TEX2RTFBIN $DESTDIR $VERSION