Skip to content

Commit 1d1d15f

Browse files
committed
Add external-tools.md to the Makefile
1 parent 78b1d86 commit 1d1d15f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ clean:
160160

161161
DOCS := index faq config guide manifest build-script pkgid-spec crates-io \
162162
environment-variables specifying-dependencies source-replacement \
163-
policies machine-readable-output
163+
policies external-tools
164164
DOC_DIR := target/doc
165165
DOC_OPTS := --markdown-no-toc \
166166
--markdown-css stylesheets/normalize.css \

src/doc/external-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ the `.d` files alongside the artifacts.
9191
Cargo is designed to be extensible with new subcommands without having to modify
9292
Cargo itself. This is achieved by translating a cargo invocation of the form
9393
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`
9595
directories.
9696

9797
Custom subcommand may use `CARGO` environment variable to call back to

src/doc/header.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ <h1>CARGO</h1>
2727
Docs
2828
<span class="arrow"></span>
2929
</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 -->
3133
<ul id="current-user-links" class="dropdown" data-bindattr-503="503">
3234
<li><a href='index.html'>Getting Started</a></li>
3335
<li><a href='guide.html'>Guide</a></li>

0 commit comments

Comments
 (0)