File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ clean:
160
160
161
161
DOCS := index faq config guide manifest build-script pkgid-spec crates-io \
162
162
environment-variables specifying-dependencies source-replacement \
163
- policies machine-readable-output
163
+ policies external-tools
164
164
DOC_DIR := target/doc
165
165
DOC_OPTS := --markdown-no-toc \
166
166
--markdown-css stylesheets/normalize.css \
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ the `.d` files alongside the artifacts.
91
91
Cargo is designed to be extensible with new subcommands without having to modify
92
92
Cargo itself. This is achieved by translating a cargo invocation of the form
93
93
cargo ` (?<command>[^ ]+) ` into an invocation of an external tool
94
- ` cargo-${command} that then needs to be present in one of the user's ` $PATH`
94
+ ` cargo-${command} ` that then needs to be present in one of the user's ` $PATH `
95
95
directories.
96
96
97
97
Custom subcommand may use ` CARGO ` environment variable to call back to
Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ <h1>CARGO</h1>
27
27
Docs
28
28
< span class ="arrow "> </ span >
29
29
</ button >
30
- <!-- Sync this list with https://github.com/rust-lang/crates.io/blob/master/app/templates/application.hbs -->
30
+ <!-- Sync this list with
31
+ https://github.com/rust-lang/crates.io/blob/master/app/templates/application.hbs
32
+ and with Makefile.in in this repository -->
31
33
< ul id ="current-user-links " class ="dropdown " data-bindattr-503 ="503 ">
32
34
< li > < a href ='index.html '> Getting Started</ a > </ li >
33
35
< li > < a href ='guide.html '> Guide</ a > </ li >
You can’t perform that action at this time.
0 commit comments