[coreboot-gerrit] Change in coreboot[master]: Documentation: Improve message printed by livesphinx target

Philipp Deppenwiese (Code Review) gerrit at coreboot.org
Thu Oct 11 03:22:43 CEST 2018


Philipp Deppenwiese has submitted this change and it was merged. ( https://review.coreboot.org/28992 )

Change subject: Documentation: Improve message printed by livesphinx target
......................................................................

Documentation: Improve message printed by livesphinx target

Printing "Autobuild finished" after the autobuild server exits (which
normally doesn't happen) is not very useful.

Change-Id: I909d7ab5f399993dbb1916e66ba94c48d7bc53bf
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Reviewed-on: https://review.coreboot.org/28992
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Martin Roth <martinroth at google.com>
---
M Documentation/Makefile.sphinx
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Martin Roth: Looks good to me, approved



diff --git a/Documentation/Makefile.sphinx b/Documentation/Makefile.sphinx
index 5236f3e..caa8190 100644
--- a/Documentation/Makefile.sphinx
+++ b/Documentation/Makefile.sphinx
@@ -57,9 +57,10 @@
 
 .PHONY: livehtml
 livehtml:
-	$(SPHINXAUTOBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)
+	@echo "Starting sphinx-autobuild. The HTML pages are in $(BUILDDIR)."
+	@echo "Press Ctrl-C to stop."
 	@echo
-	@echo "Autobuild finished. The HTML pages are in $(BUILDDIR)."
+	$(SPHINXAUTOBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)
 
 .PHONY: dirhtml
 dirhtml:

-- 
To view, visit https://review.coreboot.org/28992
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: I909d7ab5f399993dbb1916e66ba94c48d7bc53bf
Gerrit-Change-Number: 28992
Gerrit-PatchSet: 2
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki 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/20181011/b8298353/attachment.html>


More information about the coreboot-gerrit mailing list