<!DOCTYPE html>
<html>
<head>
</head>
<body>
<dl style="line-height: 1.5; margin-left: 2em">
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Author</dt>
<dd style="margin-left: 8.5em">Kouhei Sutou <kou****@clear*****></dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Date</dt>
<dd style="margin-left: 8.5em">2012-07-28 12:32:11 +0900 (Sat, 28 Jul 2012)</dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">New Revision</dt>
<dd style="margin-left: 8.5em"><a href="https://github.com/mroonga/mroonga/commit/f9fc5ae3abeb365d64a3d59a6b0b1354d3d30153">f9fc5ae3abeb365d64a3d59a6b0b1354d3d30153</a></dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Log</dt>
<dd style="margin-left: 8.5em"><pre style="border: 1px solid #aaa; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; padding: 0.5em">doc: re-support cloning Sphinx from scratch</pre></dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Modified files</dt>
<dd style="margin-left: 8.5em">
<ul>
<li>build/makefiles/sphinx-build.am</li>
</ul>
</dd>
</dl>
<div class="diff-section" style="clear: both">
<div class="diff" style="margin-left: 1em; margin-right: 1em">
<pre style="border: 1px solid #aaa; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; padding: 0.5em; white-space: normal"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: build/makefiles/sphinx-build.am (+5 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">--- build/makefiles/sphinx-build.am 2012-07-27 13:54:00 +0900 (63ffc88)</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+++ build/makefiles/sphinx-build.am 2012-07-28 12:32:11 +0900 (e7314db)</span>
<span class="diff-line" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -24,7 +24,11 @@ SPHINX_BUILD_COMMAND =                                \</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> if DOCUMENT_BUILDABLE</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> sphinx-ensure-updated:</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         if ! $(SPHINX_BUILD_COMMAND) 2>&1 | head -1 | grep 'v1.[2]' -q > /dev/null; then \</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-         (cd $(SPHINX_DIR) && $(HG) pull --update);                                         \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+         if test -d $(SPHINX_DIR); then                                                 \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+         (cd $(SPHINX_DIR) && $(HG) pull --update);                                         \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+         else                                                                                 \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+         $(HG) clone https://bitbucket.org/birkenfeld/sphinx $(SPHINX_DIR);                 \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+         fi;                                                                                 \</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         fi</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> else</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> sphinx-ensure-updated:</span>
</pre>
</div>
</div>
</body>
</html>