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

Unified Diff: man/src/depot_tools_tutorial.txt

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/src/depot_tools.txt ('k') | man/src/depot_tools_tutorial.demo.walkthrough.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: man/src/depot_tools_tutorial.txt
diff --git a/docs/src/depot_tools_tutorial.txt b/man/src/depot_tools_tutorial.txt
similarity index 97%
rename from docs/src/depot_tools_tutorial.txt
rename to man/src/depot_tools_tutorial.txt
index 6c81e688269e14c6fde2b022ca8847db756f2bd0..91d65e98b86515c6d2b7c8088f2dbd794977c25e 100644
--- a/docs/src/depot_tools_tutorial.txt
+++ b/man/src/depot_tools_tutorial.txt
@@ -29,7 +29,7 @@ commands mentioned in this tutorial.
[NOTE]
If your platform does not support manpages (or you prefer something a bit more
expressive than plain text) you can find all documentation in 'html' form in the
-`[DEPOT_TOOLS]/docs/html` folder.
+`[DEPOT_TOOLS]/man/html` folder.
PREREQUISITES
~~~~~~~~~~~~~
@@ -74,16 +74,14 @@ Clone the 'depot_tools' repository:
[white]**$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools**
----
-Add 'depot_tools' to the 'end' of your PATH and MANPATH (you will probably want
-to put this in your `~/.bashrc` or `~/.zshrc`). Assuming you cloned
-'depot_tools' to `/path/to/depot_tools`:
+Add 'depot_tools' to the 'end' of your PATH (you will probably want to put this
+in your `~/.bashrc` or `~/.zshrc`). Assuming you cloned 'depot_tools' to
+`/path/to/depot_tools`:
[postsubs="quotes"]
----
[white]**$ export PATH=$PATH:/path/to/depot_tools**
-[white]**$ export MANPATH=$MANPATH:/path/to/depot_tools/docs** <1>
----
-<1> Observe that this path is +depot_tools/+**+docs+**.
// No need to show the Windows stuff on the manpage output.
ifdef::backend-xhtml11[]
« no previous file with comments | « man/src/depot_tools.txt ('k') | man/src/depot_tools_tutorial.demo.walkthrough.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698