bootstrap: rust-docs is a default package

This will cause it to be built as part of `make dist`.
This commit is contained in:
Brian Anderson 2016-11-11 21:47:18 +00:00
parent 5293b913c4
commit 9d087455ba

View File

@ -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")