From 2b17df256812c29c6c446ee1bf2d2121a1feb422 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 21 Jun 2009 19:03:53 -0400 Subject: Get rid of the doc Makefile, put it all in the root. --- doc/Makefile | 74 ------------------------------------------------------------ 1 file changed, 74 deletions(-) delete mode 100644 doc/Makefile (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile deleted file mode 100644 index 0d3e4255..00000000 --- a/doc/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# Makefile for Sphinx documentation -# - -# You can set these variables from the command line. -SPHINXOPTS = -SPHINXBUILD = sphinx-build -PAPER = - -# Internal variables. -PAPEROPT_a4 = -D latex_paper_size=a4 -PAPEROPT_letter = -D latex_paper_size=letter -ALLSPHINXOPTS = -a -E $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . - -.PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest - -help: - @echo "Please use \`make ' where is one of" - @echo " html to make standalone HTML files" - @echo " dirhtml to make HTML files named index.html in directories" - @echo " pickle to make pickle files" - @echo " json to make JSON files" - @echo " changes to make an overview of all changed/added/deprecated items" - @echo " linkcheck to check all external links for integrity" - -clean: - -rm -rf _build/* - -html: - $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html - @echo - @echo "Build finished. The HTML pages are in _build/html." - -px: - $(SPHINXBUILD) -b px $(ALLSPHINXOPTS) _build/px - rm _build/px/search.px - @echo - @echo "Build finished. The HTML pages are in _build/px." - -publish: - rm -f c:/ned/web/stellated/pages/code/coverage/*.px - cp _build/px/*.px c:/ned/web/stellated/pages/code/coverage - rm -f c:/ned/web/stellated/pages/code/coverage/sample_html/*.* - cp sample_html/*.* c:/ned/web/stellated/pages/code/coverage/sample_html - -text: - $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) _build/text - @echo - @echo "Build finished. The text files are in _build/text." - -dirhtml: - $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) _build/dirhtml - @echo - @echo "Build finished. The HTML pages are in _build/dirhtml." - -pickle: - $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) _build/pickle - @echo - @echo "Build finished; now you can process the pickle files." - -json: - $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) _build/json - @echo - @echo "Build finished; now you can process the JSON files." - -changes: - $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) _build/changes - @echo - @echo "The overview file is in _build/changes." - -linkcheck: - $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) _build/linkcheck - @echo - @echo "Link check complete; look for any errors in the above output " \ - "or in _build/linkcheck/output.txt." -- cgit v1.2.1