mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-24 14:32:21 +03:00
use the shared assets step for building std too
This commit is contained in:
@@ -457,7 +457,8 @@ fn run(self, builder: &Builder<'_>) {
|
||||
let target = self.target;
|
||||
let out = builder.doc_out(target);
|
||||
t!(fs::create_dir_all(&out));
|
||||
t!(fs::copy(builder.src.join("src/doc/rust.css"), out.join("rust.css")));
|
||||
|
||||
builder.ensure(SharedAssets { target: self.target });
|
||||
|
||||
let index_page = builder.src.join("src/doc/index.md").into_os_string();
|
||||
let mut extra_args = vec![
|
||||
|
||||
Reference in New Issue
Block a user