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:
parent
661ea26b3d
commit
7ceab739d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue