summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-23 08:28:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-23 08:28:10 -0400
commitf98f2afcebdd6a81e304f9743f13f5f8e1f8fea7 (patch)
tree7c0d88b0f7da225f132629d0add79cbffea36bf8 /doc/Makefile
parente1d11fa4086cbddd5c28fd23da38be71b9190a66 (diff)
downloadpython-coveragepy-f98f2afcebdd6a81e304f9743f13f5f8e1f8fea7.tar.gz
Remove some noise.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 113890f..0ff8f69 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -19,12 +19,8 @@ help:
@echo " dirhtml to make HTML files named index.html in directories"
@echo " pickle to make pickle files"
@echo " json to make JSON files"
- @echo " htmlhelp to make HTML files and a HTML help project"
- @echo " qthelp to make HTML files and a qthelp project"
- @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
@echo " changes to make an overview of all changed/added/deprecated items"
@echo " linkcheck to check all external links for integrity"
- @echo " doctest to run all doctests embedded in the documentation (if enabled)"
clean:
-rm -rf _build/*
@@ -49,28 +45,6 @@ json:
@echo
@echo "Build finished; now you can process the JSON files."
-htmlhelp:
- $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) _build/htmlhelp
- @echo
- @echo "Build finished; now you can run HTML Help Workshop with the" \
- ".hhp project file in _build/htmlhelp."
-
-qthelp:
- $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) _build/qthelp
- @echo
- @echo "Build finished; now you can run "qcollectiongenerator" with the" \
- ".qhcp project file in _build/qthelp, like this:"
- @echo "# qcollectiongenerator _build/qthelp/coverage.py.qhcp"
- @echo "To view the help file:"
- @echo "# assistant -collectionFile _build/qthelp/coverage.py.qhc"
-
-latex:
- $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) _build/latex
- @echo
- @echo "Build finished; the LaTeX files are in _build/latex."
- @echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \
- "run these through (pdf)latex."
-
changes:
$(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) _build/changes
@echo
@@ -81,8 +55,3 @@ linkcheck:
@echo
@echo "Link check complete; look for any errors in the above output " \
"or in _build/linkcheck/output.txt."
-
-doctest:
- $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) _build/doctest
- @echo "Testing of doctests in the sources finished, look at the " \
- "results in _build/doctest/output.txt."