]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/makedemo
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 demo _distrib_tgz
/wxPython
-$1
18 cp -R samples _distrib_tgz
/wxPython
-$1
21 rm -rf `find _distrib_tgz/wxPython-$1 -name CVS`
22 rm -f `find _distrib_tgz/wxPython-$1 -name "*.pyc"`
23 rm -f `find _distrib_tgz/wxPython-$1 -name .cvsignore`
24 rm -f _distrib_tgz
/wxPython
-$1/demo
/core
25 rm -rf _distrib_tgz
/wxPython
-$1/demo
/wxPython
29 tar cvf ..
/dist
/wxPython
-demo-$1.
tar wxPython
-$1
30 gzip ..
/dist
/wxPython
-demo-$1.
tar