Make this actually work now that the tool is checked in here instead of

just sitting around in my working directory.
This commit is contained in:
Fred Drake 2000-10-24 19:59:55 +00:00
parent 661ea26b3d
commit 7ceab739d0
1 changed files with 1 additions and 0 deletions

View File

@ -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