[coreboot-gerrit] Change in coreboot[master]: Documentation: Fix make rule for sphinx-autobuild

Tom Hiller (Code Review) gerrit at coreboot.org
Fri Aug 24 04:06:39 CEST 2018


Tom Hiller has uploaded this change for review. ( https://review.coreboot.org/28326


Change subject: Documentation: Fix make rule for sphinx-autobuild
......................................................................

Documentation: Fix make rule for sphinx-autobuild

Execute sphinx-autobuild for livesphinx make rule

Change-Id: I725392f1f132101eede8fed75e8d225c972ad1fe
Signed-off-by: Tom Hiller <thrilleratplay at gmail.com>
---
M Documentation/Makefile.sphinx
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/28326/1

diff --git a/Documentation/Makefile.sphinx b/Documentation/Makefile.sphinx
index 8c10a9f..5236f3e 100644
--- a/Documentation/Makefile.sphinx
+++ b/Documentation/Makefile.sphinx
@@ -57,7 +57,7 @@
 
 .PHONY: livehtml
 livehtml:
-	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)
+	$(SPHINXAUTOBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)
 	@echo
 	@echo "Autobuild finished. The HTML pages are in $(BUILDDIR)."
 

-- 
To view, visit https://review.coreboot.org/28326
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I725392f1f132101eede8fed75e8d225c972ad1fe
Gerrit-Change-Number: 28326
Gerrit-PatchSet: 1
Gerrit-Owner: Tom Hiller <thrilleratplay at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180824/49f81f21/attachment.html>


More information about the coreboot-gerrit mailing list