diff options
author | Fred Drake <fdrake@acm.org> | 2004-06-17 17:19:12 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-06-17 17:19:12 (GMT) |
commit | 0083c920f27994d8fd01632dd3aca124b61b58c8 (patch) | |
tree | 7e7f4367135ec5e2c253e06f5c3cd96338006bc4 /Doc/tools | |
parent | 24ec21174cb89a704198fd83ab6d890ebb4f6962 (diff) | |
download | cpython-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-x | Doc/tools/update-docs.sh | 2 |
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 $? |