From: Fred Drake Date: Wed, 9 May 2001 16:26:36 +0000 (+0000) Subject: Update the directory names to match changes at SourceForge. X-Git-Tag: v2.1.1c1~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf26a46247b4f1d761c5e9569505a9cf42141324;p=thirdparty%2FPython%2Fcpython.git Update the directory names to match changes at SourceForge. --- diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh index 27366b3f3656..ae721c6bad12 100755 --- a/Doc/tools/push-docs.sh +++ b/Doc/tools/push-docs.sh @@ -3,7 +3,7 @@ # Script to push docs from my development area to SourceForge, where the # update-docs.sh script unpacks them into their final destination. -TARGET=python.sourceforge.net:/home/users/fdrake/tmp +TARGET=python.sourceforge.net:/home/users/f/fd/fdrake/tmp ADDRESSES='python-dev@python.org doc-sig@python.org python-list@python.org' diff --git a/Doc/tools/update-docs.sh b/Doc/tools/update-docs.sh index 3cc28d5d3577..5f4b03d79ecb 100755 --- a/Doc/tools/update-docs.sh +++ b/Doc/tools/update-docs.sh @@ -16,7 +16,7 @@ UPDATES="$HOME/tmp/$2" TMPDIR="$$-docs" -cd /home/groups/python/htdocs || exit $? +cd /home/groups/p/py/python/htdocs || exit $? mkdir $TMPDIR || exit $? cd $TMPDIR || exit $? (bzip2 -dc "$UPDATES" | tar xf -) || exit $?