diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-17 04:19:37 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-17 04:19:37 (GMT) |
commit | ed44a1a68b4cc19601a5e7098f63c9e83af41187 (patch) | |
tree | 7acc868ee4159de25ccee101ae47ea117f5574e4 /Misc/build.sh | |
parent | 5ef262c35fafb5908fda446ae48ec834599e066f (diff) | |
download | cpython-ed44a1a68b4cc19601a5e7098f63c9e83af41187.zip cpython-ed44a1a68b4cc19601a5e7098f63c9e83af41187.tar.gz cpython-ed44a1a68b4cc19601a5e7098f63c9e83af41187.tar.bz2 |
Merged revisions 57125-57128 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r57127 | neal.norwitz | 2007-08-16 21:10:55 -0700 (Thu, 16 Aug 2007) | 1 line
Update the tools before building the docs
........
Diffstat (limited to 'Misc/build.sh')
-rwxr-xr-x | Misc/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh index b08a5d4..94b496d 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -231,7 +231,7 @@ if [ $conflict_count != 0 ]; then echo "Conflict detected in $CONFLICTED_FILE. Doc build skipped." > ../build/$F err=1 else - make html >& ../build/$F + make update html >& ../build/$F err=$? fi update_status "Making doc" "$F" $start |