]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Adapt doc build directory.
authorGeorg Brandl <georg@python.org>
Sat, 14 Feb 2009 08:55:22 +0000 (08:55 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 14 Feb 2009 08:55:22 +0000 (08:55 +0000)
Misc/build.sh

index 94094a12a7048b68d047037ec99083991e113d2c..9062e3d0250c91c4684167ad8a94183a23c76ce0 100755 (executable)
@@ -50,7 +50,7 @@ FAILURE_MAILTO="python-checkins@python.org"
 #FAILURE_CC="optional--uncomment and set to desired address"
 
 REMOTE_SYSTEM="neal@dinsdale.python.org"
-REMOTE_DIR="/data/ftp.python.org/pub/www.python.org/doc/3.0"
+REMOTE_DIR="/data/ftp.python.org/pub/www.python.org/doc/3.0.1"
 RESULT_FILE="$DIR/build/index.html"
 INSTALL_DIR="/tmp/python-test-3.0/local"
 RSYNC_OPTS="-aC -e ssh"