Makefile com alvo livehtml
This commit is contained in:
parent
9e1411153e
commit
5aa14612df
1
Makefile
1
Makefile
|
|
@ -11,6 +11,7 @@ BUILDDIR = _build
|
||||||
# Put it first so that "make" without argument is like "make help".
|
# Put it first so that "make" without argument is like "make help".
|
||||||
help:
|
help:
|
||||||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||||
|
@printf " \033[34mlivehtml\033[0m to make standalone HTML files and serve them locally via http.server"
|
||||||
|
|
||||||
.PHONY: help Makefile
|
.PHONY: help Makefile
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue