VERSION=`python -c "import setup;print setup.VERSION"`
-CONTRIBS="ogl gizmos"
+CONTRIBS="gizmos"
DEST=wxPython-$VERSION/docs
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