Kaydet (Commit) a132f6c3 authored tarafından Fred Drake's avatar Fred Drake

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

on python.org.
üst 1a0199a7
......@@ -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 $?
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment