From: Neal Norwitz Date: Fri, 17 Aug 2007 04:10:55 +0000 (+0000) Subject: Update the tools before building the docs X-Git-Tag: v2.6a1~1491 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82955f6787c34a7cd7a3d83e9fc39314528693f6;p=python Update the tools before building the docs --- diff --git a/Misc/build.sh b/Misc/build.sh index aad7fe173b..de997f5bd8 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