<p>Philipp Deppenwiese <strong>merged</strong> this change.</p><p><a href="https://review.coreboot.org/28992">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  build bot (Jenkins): Verified
  Martin Roth: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Documentation: Improve message printed by livesphinx target<br><br>Printing "Autobuild finished" after the autobuild server exits (which<br>normally doesn't happen) is not very useful.<br><br>Change-Id: I909d7ab5f399993dbb1916e66ba94c48d7bc53bf<br>Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net><br>Reviewed-on: https://review.coreboot.org/28992<br>Tested-by: build bot (Jenkins) <no-reply@coreboot.org><br>Reviewed-by: Martin Roth <martinroth@google.com><br>---<br>M Documentation/Makefile.sphinx<br>1 file changed, 3 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Documentation/Makefile.sphinx b/Documentation/Makefile.sphinx</span><br><span>index 5236f3e..caa8190 100644</span><br><span>--- a/Documentation/Makefile.sphinx</span><br><span>+++ b/Documentation/Makefile.sphinx</span><br><span>@@ -57,9 +57,10 @@</span><br><span> </span><br><span> .PHONY: livehtml</span><br><span> livehtml:</span><br><span style="color: hsl(0, 100%, 40%);">-    $(SPHINXAUTOBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)</span><br><span style="color: hsl(120, 100%, 40%);">+       @echo "Starting sphinx-autobuild. The HTML pages are in $(BUILDDIR)."</span><br><span style="color: hsl(120, 100%, 40%);">+       @echo "Press Ctrl-C to stop."</span><br><span>      @echo</span><br><span style="color: hsl(0, 100%, 40%);">-   @echo "Autobuild finished. The HTML pages are in $(BUILDDIR)."</span><br><span style="color: hsl(120, 100%, 40%);">+      $(SPHINXAUTOBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)</span><br><span> </span><br><span> .PHONY: dirhtml</span><br><span> dirhtml:</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28992">change 28992</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/28992"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I909d7ab5f399993dbb1916e66ba94c48d7bc53bf </div>
<div style="display:none"> Gerrit-Change-Number: 28992 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer@gmx.net> </div>
<div style="display:none"> Gerrit-Reviewer: Martin Roth <martinroth@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>