From: Fred Drake Date: Mon, 26 Jul 2004 17:58:53 +0000 (+0000) Subject: Save the uploaded documentation tarball (already done on the trunk). X-Git-Tag: v2.3.5c1~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d0de6fdd4d982b7374170066c9e519002d6d73e6;p=thirdparty%2FPython%2Fcpython.git Save the uploaded documentation tarball (already done on the trunk). --- 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 $?