From: Fred Drake Date: Tue, 24 Oct 2000 19:59:55 +0000 (+0000) Subject: Make this actually work now that the tool is checked in here instead of X-Git-Tag: v2.1a1~826 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ceab739d0c4c8a65cc208f511f93fda00400218;p=python Make this actually work now that the tool is checked in here instead of just sitting around in my working directory. --- diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh index f36438fd0e..2de94745a3 100755 --- a/Doc/tools/push-docs.sh +++ b/Doc/tools/push-docs.sh @@ -11,6 +11,7 @@ HTMLDIR="${HTMLDIR:-html}" cd "../$HTMLDIR" make --no-print-directory || exit $? +cd .. RELEASE=`grep '^RELEASE=' Makefile | sed 's|RELEASE=||'` make --no-print-directory HTMLDIR="$HTMLDIR" bziphtml scp "html-$RELEASE.tar.bz2" python.sourceforge.net:/home/users/fdrake/python-docs-update.tar.bz2