summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-06-17 17:19:12 (GMT)
committerFred Drake <fdrake@acm.org>2004-06-17 17:19:12 (GMT)
commit0083c920f27994d8fd01632dd3aca124b61b58c8 (patch)
tree7e7f4367135ec5e2c253e06f5c3cd96338006bc4 /Doc/tools
parent24ec21174cb89a704198fd83ab6d890ebb4f6962 (diff)
downloadcpython-0083c920f27994d8fd01632dd3aca124b61b58c8.zip
cpython-0083c920f27994d8fd01632dd3aca124b61b58c8.tar.gz
cpython-0083c920f27994d8fd01632dd3aca124b61b58c8.tar.bz2
make the tarball available for download instead of throwing it away
Diffstat (limited to 'Doc/tools')
-rwxr-xr-xDoc/tools/update-docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/update-docs.sh b/Doc/tools/update-docs.sh
index 8569da6..3c0a643 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 $?