--- Python-2.7.3/Doc/Makefile.orig 2013-12-07 12:55:35.922434354 +0000 +++ Python-2.7.3/Doc/Makefile 2013-12-07 12:56:03.566148691 +0000 @@ -57,9 +57,9 @@ update: clean checkout -build: checkout +build: mkdir -p build/$(BUILDER) build/doctrees - $(PYTHON) tools/sphinx-build.py $(ALLSPHINXOPTS) + sphinx-build $(ALLSPHINXOPTS) @echo html: BUILDER = html