X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd70f7a2adc251b40504047c0bd5ec0132422ec5..1c92f2983de294f332d79b0ac3634646db03c561:/wxPython/distrib/makedocs?ds=sidebyside diff --git a/wxPython/distrib/makedocs b/wxPython/distrib/makedocs index 9cfaeea489..c530a6d868 100755 --- a/wxPython/distrib/makedocs +++ b/wxPython/distrib/makedocs @@ -62,9 +62,9 @@ cp ../distrib/viewdocs.py $DEST cp ../distrib/README.viewdocs.txt $DEST/README.txt ##cp ../docs/xml/wxPython-metadata.xml $DEST -rm -f ../dist/wxPython-docs-$VERSION.tar.gz +rm -f ../dist/wxPython-docs-$VERSION.tar.bz2 tar cvf ../dist/wxPython-docs-$VERSION.tar wxPython-$VERSION -gzip -9 ../dist/wxPython-docs-$VERSION.tar +bzip2 -9 ../dist/wxPython-docs-$VERSION.tar # **** Cleanup