commit | 0083c920f27994d8fd01632dd3aca124b61b58c8 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Jun 17 17:19:12 2004 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Jun 17 17:19:12 2004 +0000 |
tree | 7e7f4367135ec5e2c253e06f5c3cd96338006bc4 | |
parent | 24ec21174cb89a704198fd83ab6d890ebb4f6962 [diff] [blame] |
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 8569da6..3c0a643 100755 --- a/Doc/tools/update-docs.sh +++ b/Doc/tools/update-docs.sh
@@ -28,4 +28,4 @@ mv $TMPDIR/Python-Docs-* $DOCTYPE rmdir $TMPDIR rm -rf $DOCTYPE-temp || exit $? -rm "$UPDATES" || exit $? +mv "$UPDATES" python-docs-$DOCTYPE.tar.bz2 || exit $?