]> granicus.if.org Git - python/commitdiff
make the tarball available for download instead of throwing it away
authorFred Drake <fdrake@acm.org>
Thu, 17 Jun 2004 17:19:12 +0000 (17:19 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 17 Jun 2004 17:19:12 +0000 (17:19 +0000)
Doc/tools/update-docs.sh

index 8569da67edad9759c0b6b9b07e6885e714bfeb55..3c0a6437abf3cb089829c5512ca00b4a7c4efa38 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 $?