Skip to content

Commit

Permalink
bootstrap: rust-docs is a default package
Browse files Browse the repository at this point in the history
This will cause it to be built as part of `make dist`.
  • Loading branch information
brson committed Nov 11, 2016
1 parent 5293b91 commit 9d08745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/step.rs
Expand Up @@ -424,6 +424,7 @@ pub fn build_rules(build: &Build) -> Rules {
.host(true)
.run(move |_| dist::rust_src(build));
rules.dist("dist-docs", "src/doc")
.default(true)
.dep(|s| s.name("default:doc"))
.run(move |s| dist::docs(build, s.stage, s.target));
rules.dist("install", "src")
Expand Down

0 comments on commit 9d08745

Please sign in to comment.