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

Martin Roth (Code Review) gerrit at coreboot.org
Mon Aug 27 18:52:51 CEST 2018


Martin Roth has submitted this change and it was merged. ( 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>
Reviewed-on: https://review.coreboot.org/28326
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Patrick Rudolph <siro at das-labor.org>
---
M Documentation/Makefile.sphinx
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  build bot (Jenkins): Verified
  Patrick Rudolph: Looks good to me, approved



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: merged
Gerrit-Change-Id: I725392f1f132101eede8fed75e8d225c972ad1fe
Gerrit-Change-Number: 28326
Gerrit-PatchSet: 2
Gerrit-Owner: Tom Hiller <thrilleratplay at gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: Patrick Rudolph <siro at das-labor.org>
Gerrit-Reviewer: Tom Hiller <thrilleratplay at gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180827/67f9be49/attachment.html>


More information about the coreboot-gerrit mailing list