mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Accomodate the packaging changes when we unpack into the dev/doc/ area
on python.org.
This commit is contained in:
parent
1a0199a74f
commit
a132f6c38b
1 changed files with 2 additions and 1 deletions
|
@ -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 $?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue