diff options
author | Guido van Rossum <guido@python.org> | 2007-08-17 00:24:54 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-08-17 00:24:54 (GMT) |
commit | da27fd267346e213512f4835dd0b7b40e6172bbe (patch) | |
tree | 8f9f7dbafb09976c7dbe412992e9270f62455246 /Doc/Makefile | |
parent | af554a0e17ceb0e6a3cc0c07e9cf6db2f80c1ad9 (diff) | |
download | cpython-da27fd267346e213512f4835dd0b7b40e6172bbe.zip cpython-da27fd267346e213512f4835dd0b7b40e6172bbe.tar.gz cpython-da27fd267346e213512f4835dd0b7b40e6172bbe.tar.bz2 |
Manually patched a few things that didn't get merged in, but should.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 955fb68..d26117b 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -4,9 +4,9 @@ # # You can set these variables from the command line. -PYTHON ?= python -SVNROOT ?= http://svn.python.org/projects -SPHINXOPTS ?= +PYTHON = python +SVNROOT = http://svn.python.org/projects +SPHINXOPTS = ALLSPHINXOPTS = -b$(BUILDER) -dbuild/doctrees $(SPHINXOPTS) . build/$(BUILDER) @@ -55,7 +55,7 @@ web: build htmlhelp: BUILDER = htmlhelp htmlhelp: build @echo "Build finished; now you can run HTML Help Workshop with the" \ - "build/hhp/pydoc.hhp project file." + "build/htmlhelp/pydoc.hhp project file." clean: -rm -rf build/* |