Accomodate the packaging changes when we unpack into the dev/doc/ area

on python.org.
This commit is contained in:
Fred Drake 2002-08-09 22:56:46 +00:00
parent 1a0199a74f
commit a132f6c38b
1 changed files with 2 additions and 1 deletions

View File

@ -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 $?