From 030c01e27f8e8683cc54c764c3b2f1c2db4993c2 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Fri, 28 Aug 2015 22:36:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20Makefile=20=D0=B4=D0=BB=D1=8F=20*unix=20=D1=81?= =?UTF-8?q?=D0=B8=D1=81=D1=82=D0=B5=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4ab7d0..14306d5 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ html: @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." livehtml: - sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html + sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html dirhtml: $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml