diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-11-13 22:41:50 -0800 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-11-13 22:41:50 -0800 |
| commit | 8a041e63a56f4ee4976e6b0eeb8e79874564fb4c (patch) | |
| tree | 1006e3bdb24a8244c916ebc6af35aa9b85b7cb2a /doc/rustpkg.md | |
| parent | 8a3b35f68a32c3d0111d12b058d24852b024f1b3 (diff) | |
| download | rust-8a041e63a56f4ee4976e6b0eeb8e79874564fb4c.tar.gz rust-8a041e63a56f4ee4976e6b0eeb8e79874564fb4c.zip | |
docs: Change "workspace" to "package directory"
spotted by Yurume
Diffstat (limited to 'doc/rustpkg.md')
| -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. |
