]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/distrib/maketgz
wxFloatbar fixes
[wxWidgets.git] / utils / wxPython / distrib / maketgz
index 0b311fea6e51f627b4e51670df5b3b7cadfaaf41..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
@@ -35,3 +40,9 @@ gzip wxPython-$1.tar
 
 rm -rf wxPython-$1
 
+
+
+
+
+
+