summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-05-09 16:33:34 +0000
committerFred Drake <fdrake@acm.org>2001-05-09 16:33:34 +0000
commit283b352d482fde9797f26355f057bc91e5482e52 (patch)
treeab04aec33ef40e76d4cb298cb7a338a2b5fea572
parente3e61049a5e9af000d0532810e22d808940871e7 (diff)
downloadcpython-git-283b352d482fde9797f26355f057bc91e5482e52.tar.gz
Update the directory names to match changes at SourceForge.
-rwxr-xr-xDoc/tools/push-docs.sh2
-rwxr-xr-xDoc/tools/update-docs.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh
index 27366b3f36..ae721c6bad 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 3cc28d5d35..5f4b03d79e 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 $?