Skip to content

Commit e719f74

Browse files
committed
Re-order the target in help
1 parent c8043e3 commit e719f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(SPHINXOPTS) .
1414
help:
1515
@echo "Please use \`make <target>' where <target> is one of"
1616
@echo " all generate the complete webpage"
17-
@echo " html build the HTML files from the existing rst sources"
1817
@echo " api generate rst source files of API documentation"
18+
@echo " html build the HTML files from the existing rst sources"
1919
@echo " server make a local HTTP server for previewing the built documentation"
2020
@echo " clean clean up built and generated files"
2121

0 commit comments

Comments
 (0)