Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1407)

Unified Diff: man/html/depot_tools_tutorial.html

Issue 259863004: Move docs folder to man. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « man/html/depot_tools.html ('k') | man/html/git-freeze.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: man/html/depot_tools_tutorial.html
diff --git a/docs/html/depot_tools_tutorial.html b/man/html/depot_tools_tutorial.html
similarity index 99%
rename from docs/html/depot_tools_tutorial.html
rename to man/html/depot_tools_tutorial.html
index 73c545d85c1d487c77cebe2ed421d87fa7807899..6a0d578e392aaf856d21158ada54a37bf3d32734 100644
--- a/docs/html/depot_tools_tutorial.html
+++ b/man/html/depot_tools_tutorial.html
@@ -809,7 +809,7 @@ commands mentioned in this tutorial.</p></div>
</td>
<td class="content">If your platform does not support manpages (or you prefer something a bit more
expressive than plain text) you can find all documentation in <em>html</em> form in the
-<code>[DEPOT_TOOLS]/docs/html</code> folder.</td>
+<code>[DEPOT_TOOLS]/man/html</code> folder.</td>
</tr></table>
</div>
<div class="sect2">
@@ -875,21 +875,13 @@ Litmus Test
<div class="content">
<pre><code><strong><span class="white">$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools</span></strong></code></pre>
</div></div>
-<div class="paragraph"><p>Add <em>depot_tools</em> to the <em>end</em> of your PATH and MANPATH (you will probably want
-to put this in your <code>~/.bashrc</code> or <code>~/.zshrc</code>). Assuming you cloned
-<em>depot_tools</em> to <code>/path/to/depot_tools</code>:</p></div>
+<div class="paragraph"><p>Add <em>depot_tools</em> to the <em>end</em> of your PATH (you will probably want to put this
+in your <code>~/.bashrc</code> or <code>~/.zshrc</code>). Assuming you cloned <em>depot_tools</em> to
+<code>/path/to/depot_tools</code>:</p></div>
<div class="listingblock">
<div class="content">
-<pre><code><strong><span class="white">$ export PATH=$PATH:/path/to/depot_tools</span></strong>
-<strong><span class="white">$ export MANPATH=$MANPATH:/path/to/depot_tools/docs</span></strong> <b>&lt;1&gt;</b></code></pre>
+<pre><code><strong><span class="white">$ export PATH=$PATH:/path/to/depot_tools</span></strong></code></pre>
</div></div>
-<div class="colist arabic"><ol>
-<li>
-<p>
-Observe that this path is <code>depot_tools/</code><strong><code>docs</code></strong>.
-</p>
-</li>
-</ol></div>
</div>
<div class="sect3">
<h4 id="_windows">WINDOWS</h4>
@@ -1587,7 +1579,7 @@ from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-04-14 16:26:14 PDT
+Last updated 2014-04-28 13:55:43 PDT
</div>
</div>
</body>
« no previous file with comments | « man/html/depot_tools.html ('k') | man/html/git-freeze.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698