X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77d4f4438608f5a4aac6a30ef317f6d654710351..fa28826dd3836d6d50c92ca8de1e97dd4c8cf3bc:/wxPython/distrib/makedocs?ds=inline diff --git a/wxPython/distrib/makedocs b/wxPython/distrib/makedocs index 682b6b7a8e..aee2526c71 100755 --- a/wxPython/distrib/makedocs +++ b/wxPython/distrib/makedocs @@ -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