[Python-checkins] r57127 - python/trunk/Misc/build.sh

neal.norwitz python-checkins at python.org
Fri Aug 17 06:11:22 CEST 2007


Author: neal.norwitz
Date: Fri Aug 17 06:10:55 2007
New Revision: 57127

Modified:
   python/trunk/Misc/build.sh
Log:
Update the tools before building the docs

Modified: python/trunk/Misc/build.sh
==============================================================================
--- python/trunk/Misc/build.sh	(original)
+++ python/trunk/Misc/build.sh	Fri Aug 17 06:10:55 2007
@@ -229,7 +229,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-checkins mailing list