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:
parent
5e90ef8c35
commit
c3e5dd4cd8
|
@ -57,7 +57,7 @@ html:
|
||||||
|
|
||||||
.PHONY: livehtml
|
.PHONY: livehtml
|
||||||
livehtml:
|
livehtml:
|
||||||
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)
|
$(SPHINXAUTOBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)
|
||||||
@echo
|
@echo
|
||||||
@echo "Autobuild finished. The HTML pages are in $(BUILDDIR)."
|
@echo "Autobuild finished. The HTML pages are in $(BUILDDIR)."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue