mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue