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