Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed44a1a

Browse files
committed
Merged revisions 57125-57128 via svnmerge from
svn+ssh://[email protected]/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 ........
1 parent 5ef262c commit ed44a1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ if [ $conflict_count != 0 ]; then
231231
echo "Conflict detected in $CONFLICTED_FILE. Doc build skipped." > ../build/$F
232232
err=1
233233
else
234-
make html >& ../build/$F
234+
make update html >& ../build/$F
235235
err=$?
236236
fi
237237
update_status "Making doc" "$F" $start

0 commit comments

Comments
 (0)