mirror of https://github.com/python/cpython.git
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 ........
This commit is contained in:
parent
5ef262c35f
commit
ed44a1a68b
|
@ -231,7 +231,7 @@ if [ $conflict_count != 0 ]; then
|
||||||
echo "Conflict detected in $CONFLICTED_FILE. Doc build skipped." > ../build/$F
|
echo "Conflict detected in $CONFLICTED_FILE. Doc build skipped." > ../build/$F
|
||||||
err=1
|
err=1
|
||||||
else
|
else
|
||||||
make html >& ../build/$F
|
make update html >& ../build/$F
|
||||||
err=$?
|
err=$?
|
||||||
fi
|
fi
|
||||||
update_status "Making doc" "$F" $start
|
update_status "Making doc" "$F" $start
|
||||||
|
|
Loading…
Reference in New Issue