]> granicus.if.org Git - python/commit
r77152 to Doc/Makefile broke doc build due to (at least some) make
authorKurt B. Kaiser <kbk@shore.net>
Sun, 3 Jan 2010 08:36:45 +0000 (08:36 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Sun, 3 Jan 2010 08:36:45 +0000 (08:36 +0000)
commitae628c97bebac31681defd66ca76a5d95561cd3b
tree1caa46e10428d1762a2d15ffe09c6d505e0a6f18
parent9d3252154f99c8f229e12e4146ae322abf042450
r77152 to Doc/Makefile broke doc build due to (at least some) make
binaries running clean prereq after checkout.
1. So, fix the insane make call in build.sh - seems to solve it.
2. Fix a missing redirection.
3. Check in the rsync opts that actually work during upload.
Misc/build.sh