From: Fred Drake Date: Fri, 9 Aug 2002 22:56:46 +0000 (+0000) Subject: Accomodate the packaging changes when we unpack into the dev/doc/ area X-Git-Tag: v2.3c1~4563 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a132f6c38b898e1583978a9750f5d63abfe7641f;p=python Accomodate the packaging changes when we unpack into the dev/doc/ area on python.org. --- diff --git a/Doc/tools/update-docs.sh b/Doc/tools/update-docs.sh index c68e875555..8569da67ed 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 $?