# 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'
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 $?