]> granicus.if.org Git - python/commitdiff
Make sure to checkout any new packages
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 5 Jan 2009 03:57:25 +0000 (03:57 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 5 Jan 2009 03:57:25 +0000 (03:57 +0000)
Misc/build.sh

index 8a15b0d65ae69b26c97aff9bcb7650aa06c8e253..2c09fbb4817e1bd133eded3d485f0d2247659860 100755 (executable)
@@ -266,7 +266,7 @@ if [ $conflict_count != 0 ]; then
     echo "Conflict detected in $CONFLICTED_FILE.  Doc build skipped." > ../build/$F
     err=1
 else
-    make update html >& ../build/$F
+    make checkout update html >& ../build/$F
     err=$?
 fi
 update_status "Making doc" "$F" $start