From 9a3b0c324ada7b5bc96780981523a42bbef53eba Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 23 May 2009 08:28:10 -0400 Subject: Remove some noise. --- doc/Makefile | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'doc') diff --git a/doc/Makefile b/doc/Makefile index 113890f4..0ff8f697 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." -- cgit v1.2.1