Skip to content

Commit e938d57

Browse files
committed
Moved "docs" target to default.
1 parent e6e7ff4 commit e938d57

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
2222

2323
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
2424

25+
dirhtml:
26+
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
27+
@echo
28+
@echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
29+
2530
help:
2631
@echo "Please use \`make <target>' where <target> is one of"
2732
@echo " html to make standalone HTML files"
@@ -56,11 +61,6 @@ html:
5661
@echo
5762
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
5863

59-
dirhtml:
60-
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
61-
@echo
62-
@echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
63-
6464
singlehtml:
6565
$(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
6666
@echo

0 commit comments

Comments
 (0)