fix(bootstrap/dist)!: change dist path for rustc-docs to avoid clashing
This commit is contained in:
parent
04813e4de8
commit
a182874cc1
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ impl Step for RustcDocs {
|
|||
|
||||
let mut tarball = Tarball::new(builder, "rustc-docs", &target.triple);
|
||||
tarball.set_product_name("Rustc Documentation");
|
||||
tarball.add_bulk_dir(builder.compiler_doc_out(target), "share/doc/rust/html/rustc");
|
||||
tarball.add_bulk_dir(builder.compiler_doc_out(target), "share/doc/rust/html/rustc-docs");
|
||||
tarball.generate()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue