Merged revisions 57125-57128 via svnmerge from
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 17 Aug 2007 04:19:37 +0000 (04:19 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 17 Aug 2007 04:19:37 +0000 (04:19 +0000)
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
........

Misc/build.sh

index b08a5d4948a6aca947f0d01cb03ecaa629f2332d..94b496d5536235dcbe9dd1baa10fea0d03ba9b8e 100755 (executable)
@@ -231,7 +231,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