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

Side by Side Diff: man/man7/depot_tools_tutorial.7

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, 7 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 unified diff | Download patch
« no previous file with comments | « man/man7/depot_tools.7 ('k') | man/push_to_gs.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 '\" t 1 '\" t
2 .\" Title: depot_tools_tutorial 2 .\" Title: depot_tools_tutorial
3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] 3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> 4 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5 .\" Date: 04/14/2014 5 .\" Date: 04/28/2014
6 .\" Manual: Chromium depot_tools Manual 6 .\" Manual: Chromium depot_tools Manual
7 .\" Source: depot_tools e722300 7 .\" Source: depot_tools 32af7d9
8 .\" Language: English 8 .\" Language: English
9 .\" 9 .\"
10 .TH "DEPOT_TOOLS_TUTORIAL" "7" "04/14/2014" "depot_tools e722300" "Chromium depo t_tools Manual" 10 .TH "DEPOT_TOOLS_TUTORIAL" "7" "04/28/2014" "depot_tools 32af7d9" "Chromium depo t_tools Manual"
11 .\" ----------------------------------------------------------------- 11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff 12 .\" * Define some portability stuff
13 .\" ----------------------------------------------------------------- 13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673 15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq 18 .ie \n(.g .ds Aq \(aq
19 .el .ds Aq ' 19 .el .ds Aq '
20 .\" ----------------------------------------------------------------- 20 .\" -----------------------------------------------------------------
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 .RS 4 128 .RS 4
129 .it 1 an-trap 129 .it 1 an-trap
130 .nr an-no-space-flag 1 130 .nr an-no-space-flag 1
131 .nr an-break-flag 1 131 .nr an-break-flag 1
132 .br 132 .br
133 .ps +1 133 .ps +1
134 \fBNote\fR 134 \fBNote\fR
135 .ps -1 135 .ps -1
136 .br 136 .br
137 .sp 137 .sp
138 If your platform does not support manpages (or you prefer something a bit more e xpressive than plain text) you can find all documentation in \fIhtml\fR form in the [DEPOT_TOOLS]/docs/html folder\&. 138 If your platform does not support manpages (or you prefer something a bit more e xpressive than plain text) you can find all documentation in \fIhtml\fR form in the [DEPOT_TOOLS]/man/html folder\&.
139 .sp .5v 139 .sp .5v
140 .RE 140 .RE
141 .SS "PREREQUISITES" 141 .SS "PREREQUISITES"
142 .sp 142 .sp
143 This tutorial assumes basic familiarity with git terminology and concepts\&. If you need to brush up on these, the following are very good resources: 143 This tutorial assumes basic familiarity with git terminology and concepts\&. If you need to brush up on these, the following are very good resources:
144 .sp 144 .sp
145 .RS 4 145 .RS 4
146 .ie n \{\ 146 .ie n \{\
147 \h'-04'\(bu\h'+03'\c 147 \h'-04'\(bu\h'+03'\c
148 .\} 148 .\}
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 .RS 4 215 .RS 4
216 .\} 216 .\}
217 .nf 217 .nf
218 \fB$ git clone https://chromium\&.googlesource\&.com/chromium/tools/depot_tools\ fR 218 \fB$ git clone https://chromium\&.googlesource\&.com/chromium/tools/depot_tools\ fR
219 .fi 219 .fi
220 .if n \{\ 220 .if n \{\
221 .RE 221 .RE
222 .\} 222 .\}
223 .sp 223 .sp
224 .sp 224 .sp
225 Add \fIdepot_tools\fR to the \fIend\fR of your PATH and MANPATH (you will probab ly want to put this in your ~/\&.bashrc or ~/\&.zshrc)\&. Assuming you cloned \f Idepot_tools\fR to /path/to/depot_tools: 225 Add \fIdepot_tools\fR to the \fIend\fR of your PATH (you will probably want to p ut this in your ~/\&.bashrc or ~/\&.zshrc)\&. Assuming you cloned \fIdepot_tools \fR to /path/to/depot_tools:
226 .sp 226 .sp
227 .if n \{\ 227 .if n \{\
228 .RS 4 228 .RS 4
229 .\} 229 .\}
230 .nf 230 .nf
231 \fB$ export PATH=$PATH:/path/to/depot_tools\fR 231 \fB$ export PATH=$PATH:/path/to/depot_tools\fR
232 \fB$ export MANPATH=$MANPATH:/path/to/depot_tools/docs\fR \fB(1)\fR
233 .fi 232 .fi
234 .if n \{\ 233 .if n \{\
235 .RE 234 .RE
236 .\} 235 .\}
237 .sp 236 .sp
238 .sp
239 \fB1. \fRObserve that this path is
240 depot_tools/\fBdocs\fR\&.
241 .br
242 .SS "BOOTSTRAPPING CONFIGURATION" 237 .SS "BOOTSTRAPPING CONFIGURATION"
243 .sp 238 .sp
244 If you have never used git before, you\(cqll need to set some global git configu rations; substitute your name and email address in the following commands: 239 If you have never used git before, you\(cqll need to set some global git configu rations; substitute your name and email address in the following commands:
245 .sp 240 .sp
246 .if n \{\ 241 .if n \{\
247 .RS 4 242 .RS 4
248 .\} 243 .\}
249 .nf 244 .nf
250 \fB$ git config \-\-global user\&.name \(lqJohn Doe\(rq\fR 245 \fB$ git config \-\-global user\&.name \(lqJohn Doe\(rq\fR
251 \fB$ git config \-\-global user\&.email \(lqjdoe@email\&.com\(rq\fR 246 \fB$ git config \-\-global user\&.email \(lqjdoe@email\&.com\(rq\fR
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 .IP " 6." 4 1047 .IP " 6." 4
1053 main Chromium waterfall 1048 main Chromium waterfall
1054 .RS 4 1049 .RS 4
1055 \%http://build.chromium.org 1050 \%http://build.chromium.org
1056 .RE 1051 .RE
1057 .IP " 7." 4 1052 .IP " 7." 4
1058 here 1053 here
1059 .RS 4 1054 .RS 4
1060 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git 1055 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
1061 .RE 1056 .RE
OLDNEW
« no previous file with comments | « man/man7/depot_tools.7 ('k') | man/push_to_gs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698