summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-08-09 22:56:46 (GMT)
committerFred Drake <fdrake@acm.org>2002-08-09 22:56:46 (GMT)
commita132f6c38b898e1583978a9750f5d63abfe7641f (patch)
treeeff22878de9673e40b0a929e9f83212e083d3ee5 /Doc
parent1a0199a74f23c977485951ed61f531f8df235388 (diff)
downloadcpython-a132f6c38b898e1583978a9750f5d63abfe7641f.zip
cpython-a132f6c38b898e1583978a9750f5d63abfe7641f.tar.gz
cpython-a132f6c38b898e1583978a9750f5d63abfe7641f.tar.bz2
Accomodate the packaging changes when we unpack into the dev/doc/ area
on python.org.
Diffstat (limited to 'Doc')
-rwxr-xr-xDoc/tools/update-docs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/tools/update-docs.sh b/Doc/tools/update-docs.sh
index c68e875..8569da6 100755
--- a/Doc/tools/update-docs.sh
+++ b/Doc/tools/update-docs.sh
@@ -25,6 +25,7 @@ cd .. || exit $?
if [ -d $DOCTYPE ] ; then
mv $DOCTYPE $DOCTYPE-temp
fi
-mv $TMPDIR $DOCTYPE
+mv $TMPDIR/Python-Docs-* $DOCTYPE
+rmdir $TMPDIR
rm -rf $DOCTYPE-temp || exit $?
rm "$UPDATES" || exit $?