summaryrefslogtreecommitdiff
path: root/Doc/tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-24 19:59:55 +0000
committerFred Drake <fdrake@acm.org>2000-10-24 19:59:55 +0000
commitdfb45d79a3b637e6b7a90227d17145643cb3a0fd (patch)
tree48b56338b79a11b6b0a565bec41562ee5b023294 /Doc/tools
parenta5e7e44440c8a86131a64c23119ec070f6c5cbeb (diff)
downloadcpython-dfb45d79a3b637e6b7a90227d17145643cb3a0fd.tar.gz
Make this actually work now that the tool is checked in here instead of
just sitting around in my working directory.
Diffstat (limited to 'Doc/tools')
-rwxr-xr-xDoc/tools/push-docs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh
index f36438fd0e..2de94745a3 100755
--- a/Doc/tools/push-docs.sh
+++ b/Doc/tools/push-docs.sh
@@ -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