From 5aa14612df34e1f6d961b9edafb3d53180976f2c Mon Sep 17 00:00:00 2001 From: Jurandy Soares Date: Tue, 24 Mar 2026 14:42:41 -0300 Subject: [PATCH] Makefile com alvo livehtml --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fda4d96..419b4e9 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ BUILDDIR = _build # Put it first so that "make" without argument is like "make help". help: @$(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