]> granicus.if.org Git - python/commitdiff
Make this actually work now that the tool is checked in here instead of
authorFred Drake <fdrake@acm.org>
Tue, 24 Oct 2000 19:59:55 +0000 (19:59 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 24 Oct 2000 19:59:55 +0000 (19:59 +0000)
just sitting around in my working directory.

Doc/tools/push-docs.sh

index f36438fd0e92a998e21794c7389840315e64d48f..2de94745a3f24869cf569654ef1c2312a3b62ea3 100755 (executable)
@@ -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