summaryrefslogtreecommitdiffstats
path: root/Misc/build.sh
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-08-17 04:10:55 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-08-17 04:10:55 (GMT)
commit82955f6787c34a7cd7a3d83e9fc39314528693f6 (patch)
treee13ef7e347fb9e7bb94a7c8d86e433b20acb9a33 /Misc/build.sh
parentdc32146a39d689b593cf413b67868810a2deffe5 (diff)
downloadcpython-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-xMisc/build.sh2
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