summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index f015026562..f04f381bd2 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -20,7 +20,7 @@ endif
20help: 20help:
21 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) 21 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
22 22
23.PHONY: help Makefile clean publish epub latexpdf 23.PHONY: all help Makefile clean publish epub latexpdf
24 24
25publish: Makefile html singlehtml 25publish: Makefile html singlehtml
26 rm -rf $(BUILDDIR)/$(DESTDIR)/ 26 rm -rf $(BUILDDIR)/$(DESTDIR)/
@@ -52,6 +52,8 @@ epub: $(PNGs)
52latexpdf: $(PDFs) 52latexpdf: $(PDFs)
53 @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) 53 @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
54 54
55all: html epub latexpdf
56
55# Catch-all target: route all unknown targets to Sphinx using the new 57# Catch-all target: route all unknown targets to Sphinx using the new
56# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). 58# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
57%: 59%: