mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Auto merge of #7332 - ehuss:man-fixup, r=alexcrichton
Fix some man pages where the files weren't rebuilt. A few recent PRs edited the wrong files.
This commit is contained in:
commit
cf03f719d1
@ -182,6 +182,9 @@ include::section-exit-status.adoc[]
|
|||||||
`$CARGO_HOME/git/`::
|
`$CARGO_HOME/git/`::
|
||||||
This directory contains cached downloads of git dependencies.
|
This directory contains cached downloads of git dependencies.
|
||||||
|
|
||||||
|
Please note that the internal structure of the `$CARGO_HOME` directory is not
|
||||||
|
stable yet and may be subject to change.
|
||||||
|
|
||||||
== EXAMPLES
|
== EXAMPLES
|
||||||
|
|
||||||
. Build a local package and all of its dependencies:
|
. Build a local package and all of its dependencies:
|
||||||
|
@ -195,7 +195,7 @@ details on environment variables that Cargo reads.</p>
|
|||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>Vendor all dependencies into a local "third-part/vendor" folder</p>
|
<p>Vendor all dependencies into a local "third-party/vendor" folder</p>
|
||||||
<div class="literalblock">
|
<div class="literalblock">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<pre>cargo vendor third-party/vendor</pre>
|
<pre>cargo vendor third-party/vendor</pre>
|
||||||
|
@ -372,6 +372,10 @@ downloaded dependencies.</p>
|
|||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="paragraph">
|
||||||
|
<p>Please note that the internal structure of the <code>$CARGO_HOME</code> directory is not
|
||||||
|
stable yet and may be subject to change.</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="sect1">
|
<div class="sect1">
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
'\" t
|
'\" t
|
||||||
.\" Title: cargo-vendor
|
.\" Title: cargo-vendor
|
||||||
.\" Author: [see the "AUTHOR(S)" section]
|
.\" Author: [see the "AUTHOR(S)" section]
|
||||||
.\" Generator: Asciidoctor 2.0.8
|
.\" Generator: Asciidoctor 2.0.10
|
||||||
.\" Date: 2019-07-15
|
.\" Date: 2019-09-05
|
||||||
.\" Manual: \ \&
|
.\" Manual: \ \&
|
||||||
.\" Source: \ \&
|
.\" Source: \ \&
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "CARGO\-VENDOR" "1" "2019-07-15" "\ \&" "\ \&"
|
.TH "CARGO\-VENDOR" "1" "2019-09-05" "\ \&" "\ \&"
|
||||||
.ie \n(.g .ds Aq \(aq
|
.ie \n(.g .ds Aq \(aq
|
||||||
.el .ds Aq '
|
.el .ds Aq '
|
||||||
.ss \n[.ss] 0
|
.ss \n[.ss] 0
|
||||||
@ -210,7 +210,7 @@ cargo vendor
|
|||||||
. sp -1
|
. sp -1
|
||||||
. IP " 2." 4.2
|
. IP " 2." 4.2
|
||||||
.\}
|
.\}
|
||||||
Vendor all dependencies into a local "third\-part/vendor" folder
|
Vendor all dependencies into a local "third\-party/vendor" folder
|
||||||
.sp
|
.sp
|
||||||
.if n .RS 4
|
.if n .RS 4
|
||||||
.nf
|
.nf
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
'\" t
|
'\" t
|
||||||
.\" Title: cargo
|
.\" Title: cargo
|
||||||
.\" Author: [see the "AUTHOR(S)" section]
|
.\" Author: [see the "AUTHOR(S)" section]
|
||||||
.\" Generator: Asciidoctor 2.0.8
|
.\" Generator: Asciidoctor 2.0.10
|
||||||
.\" Date: 2019-06-07
|
.\" Date: 2019-09-05
|
||||||
.\" Manual: \ \&
|
.\" Manual: \ \&
|
||||||
.\" Source: \ \&
|
.\" Source: \ \&
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "CARGO" "1" "2019-06-07" "\ \&" "\ \&"
|
.TH "CARGO" "1" "2019-09-05" "\ \&" "\ \&"
|
||||||
.ie \n(.g .ds Aq \(aq
|
.ie \n(.g .ds Aq \(aq
|
||||||
.el .ds Aq '
|
.el .ds Aq '
|
||||||
.ss \n[.ss] 0
|
.ss \n[.ss] 0
|
||||||
@ -377,8 +377,8 @@ downloaded dependencies.
|
|||||||
This directory contains cached downloads of git dependencies.
|
This directory contains cached downloads of git dependencies.
|
||||||
.RE
|
.RE
|
||||||
.sp
|
.sp
|
||||||
Please note that the internal structure of the $CARGO_HOME is not stable yet and may be subject to change.
|
Please note that the internal structure of the \fB$CARGO_HOME\fP directory is not
|
||||||
.sp
|
stable yet and may be subject to change.
|
||||||
.SH "EXAMPLES"
|
.SH "EXAMPLES"
|
||||||
.sp
|
.sp
|
||||||
.RS 4
|
.RS 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user