about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2016-11-11 21:47:18 +0000
committerBrian Anderson <banderson@mozilla.com>2016-11-11 21:47:18 +0000
commit9d087455ba88c8c29fba6de1858e12055bf4bdae (patch)
tree849db091a43f41b8364423bde8c18d7fcd5668f0
parent5293b913c457ada5e5790ec3bcecbb373c8006e8 (diff)
downloadrust-9d087455ba88c8c29fba6de1858e12055bf4bdae.tar.gz
rust-9d087455ba88c8c29fba6de1858e12055bf4bdae.zip
bootstrap: rust-docs is a default package
This will cause it to be built as part of `make dist`.
-rw-r--r--src/bootstrap/step.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/step.rs b/src/bootstrap/step.rs
index 6f616434b10..190a4cc67f9 100644
--- a/src/bootstrap/step.rs
+++ b/src/bootstrap/step.rs
@@ -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")