Skip to content

Commit b40f05a

Browse files
committed
bootstrap: rust-docs is a default package
This will cause it to be built as part of `make dist`.
1 parent 0624db0 commit b40f05a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/step.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ pub fn build_rules(build: &Build) -> Rules {
424424
.host(true)
425425
.run(move |_| dist::rust_src(build));
426426
rules.dist("dist-docs", "src/doc")
427+
.default(true)
427428
.dep(|s| s.name("default:doc"))
428429
.run(move |s| dist::docs(build, s.stage, s.target));
429430
rules.dist("install", "src")

0 commit comments

Comments
 (0)