[Python-3000-checkins] r57129 - in python/branches/py3k: Misc/build.sh

neal.norwitz python-3000-checkins at python.org
Fri Aug 17 06:20:07 CEST 2007


Author: neal.norwitz
Date: Fri Aug 17 06:19:37 2007
New Revision: 57129

Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Misc/build.sh
Log:
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
........


Modified: python/branches/py3k/Misc/build.sh
==============================================================================
--- python/branches/py3k/Misc/build.sh	(original)
+++ python/branches/py3k/Misc/build.sh	Fri Aug 17 06:19:37 2007
@@ -231,7 +231,7 @@
     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


More information about the Python-3000-checkins mailing list