From d0de6fdd4d982b7374170066c9e519002d6d73e6 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 26 Jul 2004 17:58:53 +0000 Subject: [PATCH] Save the uploaded documentation tarball (already done on the trunk). --- 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 b69f448193af..6599c64d1140 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 $? -- 2.47.3