Commit 7ceab739 authored by Fred Drake's avatar Fred Drake

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

just sitting around in my working directory.
parent 661ea26b
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment