Documentation: Fix make rule for sphinx-autobuild

Execute sphinx-autobuild for livesphinx make rule

Change-Id: I725392f1f132101eede8fed75e8d225c972ad1fe
Signed-off-by: Tom Hiller <thrilleratplay@gmail.com>
Reviewed-on: https://review.coreboot.org/28326
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
Tom Hiller 2018-08-23 22:03:18 -04:00 committed by Martin Roth
parent 5e90ef8c35
commit c3e5dd4cd8
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ html:
.PHONY: livehtml
livehtml:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)
$(SPHINXAUTOBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)
@echo
@echo "Autobuild finished. The HTML pages are in $(BUILDDIR)."