]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/maketools
2 #----------------------------------------------------------------------
5 echo "Please specify a version number on the command line."
9 if [ ! -d wxPython
]; then
10 echo "Please run this script from the root wxPython directory."
15 mkdir _distrib_tgz
/wxPython
-$1
17 cp -R tools _distrib_tgz
/wxPython
-$1
20 rm -rf `find _distrib_tgz/wxPython-$1 -name CVS`
21 rm -f `find _distrib_tgz/wxPython-$1 -name "*.pyc"`
22 rm -f `find _distrib_tgz/wxPython-$1 -name .cvsignore`
23 rm -f `find _distrib_tgz/wxPython-$1 -name core`
24 rm -f `find _distrib_tgz/wxPython-$1 -name wxPython`
25 rm -f `find _distrib_tgz/wxPython-$1 -name *.o`
26 rm -f `find _distrib_tgz/wxPython-$1 -name *.so`
30 tar cvf ..
/dist
/wxPython
-tools-$1.
tar wxPython
-$1
31 gzip ..
/dist
/wxPython
-tools-$1.
tar