Update the tools before building the docs

This commit is contained in:
Neal Norwitz 2007-08-17 04:10:55 +00:00
parent dc32146a39
commit 82955f6787

View file

@ -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