]> granicus.if.org Git - python/commitdiff
Accomodate the packaging changes when we unpack into the dev/doc/ area
authorFred Drake <fdrake@acm.org>
Fri, 9 Aug 2002 22:56:46 +0000 (22:56 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 9 Aug 2002 22:56:46 +0000 (22:56 +0000)
on python.org.

Doc/tools/update-docs.sh

index c68e8755551fd2005585de5d9e141f46894170d8..8569da67edad9759c0b6b9b07e6885e714bfeb55 100755 (executable)
@@ -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 $?