]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/distrib/maketgz
disable edit control before insert/delete row/col
[wxWidgets.git] / utils / wxPython / distrib / maketgz
index 57c33848f495e1044e4fbd2ae44426d9ff12f0c8..b5799aea5d8f4efd311321f3d1edb5b41ee624ac 100755 (executable)
@@ -12,10 +12,15 @@ if [ -z $1 ]; then
 fi
 
 if [ ! -d wxPython ]; then
-    echo "Please run this script from the directory containing the wxPython sources."
+    echo "Please run this script from the directory containing the wxPython directory."
     exit 1
 fi
 
+cp $WXWIN/docs/gpl.txt wxPython
+cp $WXWIN/docs/lgpl.txt wxPython
+cp $WXWIN/docs/licence.txt wxPython
+cp $WXWIN/docs/licendoc.txt wxPython
+cp $WXWIN/docs/preamble.txt wxPython
 
 rm -f wxPython/distrib/filelist
 for x in `cat wxPython/distrib/wxPython.rsp`; do
@@ -28,9 +33,16 @@ cd wxPython/distrib
 tar xf dist-temp.tar
 rm dist-temp.tar
 mv wxPython wxPython-$1
+rm wxPython-$1/src/gtk/helpers.cpp
 
 tar cvf wxPython-$1.tar wxPython-$1
 gzip wxPython-$1.tar
 
 rm -rf wxPython-$1
 
+
+
+
+
+
+