make the tarball available for download instead of throwing it away

This commit is contained in:
Fred Drake 2004-06-17 17:19:12 +00:00
parent 24ec21174c
commit 0083c920f2
1 changed files with 1 additions and 1 deletions

View File

@ -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 $?