diff --git a/Makefile b/Makefile index 14306d5..10dd040 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source help: @echo "Please use \`make ' where is one of" @echo " html to make standalone HTML files" + @echo " livehtml to run local webserver on 8000 port with authbuild feature" @echo " dirhtml to make HTML files named index.html in directories" @echo " singlehtml to make a single large HTML file" @echo " pickle to make pickle files" diff --git a/make.bat b/make.bat index 610fefc..f5bfc60 100644 --- a/make.bat +++ b/make.bat @@ -19,6 +19,7 @@ if "%1" == "help" ( :help echo.Please use `make ^` where ^ is one of echo. html to make standalone HTML files + echo. livehtml to run local webserver on 8000 port with authbuild feature echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files