Fixed some of the cleanup commands

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-09-20 17:33:03 +00:00
parent a19f8994da
commit 63684edb71

View File

@@ -23,13 +23,15 @@ rm -f `find _distrib_tgz/wxPython-$1 -name "*.pyc"`
rm -f `find _distrib_tgz/wxPython-$1 -name .cvsignore`
rm -f `find _distrib_tgz/wxPython-$1 -name core`
rm -f `find _distrib_tgz/wxPython-$1 -name wxPython`
rm -f `find _distrib_tgz/wxPython-$1 -name *.o`
rm -f `find _distrib_tgz/wxPython-$1 -name *.so`
rm -f `find _distrib_tgz/wxPython-$1 -name "*.o"`
rm -f `find _distrib_tgz/wxPython-$1 -name "*.so"`
rm -f `find _distrib_tgz/wxPython-$1 -name "*~"`
rm -f `find _distrib_tgz/wxPython-$1 -name ".#*"`
cd _distrib_tgz
tar cvf ../dist/wxPythonDemo-$1.tar wxPython-$1
gzip ../dist/wxPythonDemo-$1.tar
gzip -9 ../dist/wxPythonDemo-$1.tar
cd ..
rm -r _distrib_tgz