From cfea09cdf05ca09c0e373abf8ab4f45d313a88b8 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Fri, 28 Aug 2015 22:38:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=95=D1=89=D1=91=20=D1=87=D1=83=D1=82=D1=8C-?= =?UTF-8?q?=D1=87=D1=83=D1=82=D1=8C=20=D0=B4=D0=BE=D1=80=D0=B0=D0=B1=D0=BE?= =?UTF-8?q?=D1=82=D0=B0=D0=BD=D1=8B=20make=20=D1=84=D0=B0=D0=B9=D0=BB?= =?UTF-8?q?=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + make.bat | 1 + 2 files changed, 2 insertions(+) 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