diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-17 04:10:55 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-08-17 04:10:55 (GMT) |
commit | 82955f6787c34a7cd7a3d83e9fc39314528693f6 (patch) | |
tree | e13ef7e347fb9e7bb94a7c8d86e433b20acb9a33 /Misc/build.sh | |
parent | dc32146a39d689b593cf413b67868810a2deffe5 (diff) | |
download | cpython-82955f6787c34a7cd7a3d83e9fc39314528693f6.zip cpython-82955f6787c34a7cd7a3d83e9fc39314528693f6.tar.gz cpython-82955f6787c34a7cd7a3d83e9fc39314528693f6.tar.bz2 |
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 aad7fe1..de997f5 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -229,7 +229,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 |