From 0083c920f27994d8fd01632dd3aca124b61b58c8 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 17 Jun 2004 17:19:12 +0000 Subject: [PATCH] make the tarball available for download instead of throwing it away --- Doc/tools/update-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/update-docs.sh b/Doc/tools/update-docs.sh index 8569da67eda..3c0a6437abf 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 $?