Skip to content

Commit

Permalink
docs: Change "workspace" to "package directory"
Browse files Browse the repository at this point in the history
spotted by Yurume
  • Loading branch information
catamorphism committed Nov 14, 2013
1 parent 8a3b35f commit 8a041e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rustpkg.md
Expand Up @@ -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.

Expand Down

5 comments on commit 8a041e6

@bors
Copy link
Contributor

@bors bors commented on 8a041e6 Nov 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from catamorphism
at catamorphism@8a041e6

@bors
Copy link
Contributor

@bors bors commented on 8a041e6 Nov 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging catamorphism/rust/rustpkg-doc-fix = 8a041e6 into auto

@bors
Copy link
Contributor

@bors bors commented on 8a041e6 Nov 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

catamorphism/rust/rustpkg-doc-fix = 8a041e6 merged ok, testing candidate = f9cea4b

@bors
Copy link
Contributor

@bors bors commented on 8a041e6 Nov 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 8a041e6 Nov 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = f9cea4b

Please sign in to comment.