]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/makedocs
log wxChoice events in the same format as wxComboBox ones to make it simpler to compa...
[wxWidgets.git] / wxPython / distrib / makedocs
index 682b6b7a8e3521ab42903419536de3ddf786307a..aee2526c712c80ba68e409d1d67f7bd406e6dd40 100755 (executable)
@@ -9,7 +9,7 @@ fi
 
 
 VERSION=`python -c "import setup;print setup.VERSION"`
-CONTRIBS="ogl gizmos"
+CONTRIBS="gizmos"
 DEST=wxPython-$VERSION/docs
 
 
@@ -57,11 +57,11 @@ done
 popd
 cp ../distrib/viewdocs.py $DEST
 cp ../distrib/README.viewdocs.txt $DEST/README.txt
-cp ../docs/xml/wxPython-metadata.xml $DEST
+##cp ../docs/xml/wxPython-metadata.xml $DEST
 
-rm -f ../dist/wxPythonDocs-$VERSION.tar.gz
-tar cvf ../dist/wxPythonDocs-$VERSION.tar $DEST
-gzip -9 ../dist/wxPythonDocs-$VERSION.tar
+rm -f ../dist/wxPython-docs-$VERSION.tar.gz
+tar cvf ../dist/wxPython-docs-$VERSION.tar $DEST
+gzip -9 ../dist/wxPython-docs-$VERSION.tar
 
 
 # **** Cleanup