summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-05-21 22:08:29 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-05-23 22:26:21 +0100
commitf382daa224eb9fba297c57703375e093016f64d8 (patch)
treec3bf53a018c0d18c4f7417cab04f0d06067464a7 /docs/Makefile
parent087e1a35de70a2d92650c0f326785466667d7019 (diff)
doc: generate_meta in default make target
This adds a new default make target that cleans up, generates missing source files and thereafter the html docs. it also removes the checked in generated stuff. cf issue #456
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 7668b4da..877037c1 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -12,8 +12,9 @@ PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
-.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
+.PHONY: html help clean dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
+all: clean generate_meta html
help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " html to make standalone HTML files"
@@ -71,15 +72,6 @@ htmlhelp:
@echo "Build finished; now you can run HTML Help Workshop with the" \
".hhp project file in $(BUILDDIR)/htmlhelp."
-qthelp:
- $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
- @echo
- @echo "Build finished; now you can run "qcollectiongenerator" with the" \
- ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
- @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/alot.qhcp"
- @echo "To view the help file:"
- @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/alot.qhc"
-
devhelp:
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
@echo