From: Fred Drake Date: Thu, 17 Jun 2004 17:19:12 +0000 (+0000) Subject: make the tarball available for download instead of throwing it away X-Git-Tag: v2.4a1~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0083c920f27994d8fd01632dd3aca124b61b58c8;p=python make the tarball available for download instead of throwing it away --- diff --git a/Doc/tools/update-docs.sh b/Doc/tools/update-docs.sh index 8569da67ed..3c0a6437ab 100755 --- a/Doc/tools/update-docs.sh +++ b/Doc/tools/update-docs.sh @@ -28,4 +28,4 @@ fi mv $TMPDIR/Python-Docs-* $DOCTYPE rmdir $TMPDIR rm -rf $DOCTYPE-temp || exit $? -rm "$UPDATES" || exit $? +mv "$UPDATES" python-docs-$DOCTYPE.tar.bz2 || exit $?