diff options
author | Georg Brandl <georg@python.org> | 2008-09-21 07:36:22 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-09-21 07:36:22 (GMT) |
commit | 450a7f578ee14b13df2446cf9178e9af0ac92d0e (patch) | |
tree | c8aa33a8fa4c11a4b7c8d736961284d826452fa9 /Doc/Makefile | |
parent | a438c85a8891ae8eb1cae401089043cd3d41bdd7 (diff) | |
download | cpython-450a7f578ee14b13df2446cf9178e9af0ac92d0e.zip cpython-450a7f578ee14b13df2446cf9178e9af0ac92d0e.tar.gz cpython-450a7f578ee14b13df2446cf9178e9af0ac92d0e.tar.bz2 |
Update readme and Makefile (web builder doesn't exist).
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 638c822..44eddd9 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -13,12 +13,11 @@ SOURCES = ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_paper_size=$(PAPER) \ $(SPHINXOPTS) . build/$(BUILDER) $(SOURCES) -.PHONY: help checkout update build html web htmlhelp clean coverage +.PHONY: help checkout update build html htmlhelp clean coverage help: @echo "Please use \`make <target>' where <target> is one of" @echo " html to make standalone HTML files" - @echo " web to make file usable by Sphinx.web" @echo " htmlhelp to make HTML files and a HTML help project" @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" @echo " text to make plain text files" @@ -59,12 +58,6 @@ html: BUILDER = html html: build @echo "Build finished. The HTML pages are in build/html." -web: BUILDER = web -web: build - @echo "Build finished; now you can run" - @echo " PYTHONPATH=tools $(PYTHON) -m sphinx.web build/web" - @echo "to start the server." - htmlhelp: BUILDER = htmlhelp htmlhelp: build @echo "Build finished; now you can run HTML Help Workshop with the" \ |