Makefile com alvo livehtml

This commit is contained in:
Jurandy Soares 2026-03-24 14:42:41 -03:00
parent 9e1411153e
commit 5aa14612df
1 changed files with 1 additions and 0 deletions

View File

@ -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