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

Jonathan Neuschäfer (Code Review) gerrit at coreboot.org
Wed Oct 10 15:36:38 CEST 2018


Jonathan Neuschäfer has uploaded this change for review. ( 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>
---
M Documentation/Makefile.sphinx
1 file changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/28992/1

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: newchange
Gerrit-Change-Id: I909d7ab5f399993dbb1916e66ba94c48d7bc53bf
Gerrit-Change-Number: 28992
Gerrit-PatchSet: 1
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181010/3535ce7f/attachment.html>


More information about the coreboot-gerrit mailing list