diff options
| author | bors <bors@rust-lang.org> | 2013-11-14 00:16:18 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-11-14 00:16:18 -0800 |
| commit | f9cea4b3a082bc515bc237e0cdc1180b0abd14d2 (patch) | |
| tree | 5a6d9b3ff7646660b1d5b96463d7295e9109e08a | |
| parent | 6f401478dc9fbd0b34ae4d9500c3f6c29852ce53 (diff) | |
| parent | 8a041e63a56f4ee4976e6b0eeb8e79874564fb4c (diff) | |
| download | rust-f9cea4b3a082bc515bc237e0cdc1180b0abd14d2.tar.gz rust-f9cea4b3a082bc515bc237e0cdc1180b0abd14d2.zip | |
auto merge of #10476 : catamorphism/rust/rustpkg-doc-fix, r=catamorphism
spotted by Yurume
| -rw-r--r-- | doc/rustpkg.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rustpkg.md b/doc/rustpkg.md index 53829e45196..1b1f91828cb 100644 --- a/doc/rustpkg.md +++ b/doc/rustpkg.md @@ -120,7 +120,7 @@ Thus, there should be no need to pass a `-L` flag to rustpkg to tell it where to # Custom build scripts -A file called `pkg.rs` at the root level in a workspace is called a *package script*. +A file called `pkg.rs` at the root level in a package directory is called a *package script*. If a package script exists, rustpkg executes it to build the package rather than inferring crates as described previously. |
