diff options
| -rw-r--r-- | documentation/Makefile | 4 |
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 | |||
| 20 | help: | 20 | help: |
| 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 | ||
| 25 | publish: Makefile html singlehtml | 25 | publish: Makefile html singlehtml |
| 26 | rm -rf $(BUILDDIR)/$(DESTDIR)/ | 26 | rm -rf $(BUILDDIR)/$(DESTDIR)/ |
| @@ -52,6 +52,8 @@ epub: $(PNGs) | |||
| 52 | latexpdf: $(PDFs) | 52 | latexpdf: $(PDFs) |
| 53 | @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | 53 | @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
| 54 | 54 | ||
| 55 | all: 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 | %: |
