]> 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 fd4d12007b605b04c4889220cdfc59837dfcf934..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,7 +57,7 @@ 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/wxPython-docs-$VERSION.tar.gz
 tar cvf ../dist/wxPython-docs-$VERSION.tar $DEST