]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Save the uploaded documentation tarball (already done on the trunk).
authorFred Drake <fdrake@acm.org>
Mon, 26 Jul 2004 17:58:53 +0000 (17:58 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 26 Jul 2004 17:58:53 +0000 (17:58 +0000)
Doc/tools/update-docs.sh

index b69f448193af0da227f5312023a9dbc4c0a957a6..6599c64d1140ef6f46806511e55b1c0c4252fed3 100755 (executable)
@@ -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 $?