mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
rustbuild: Fix path for the nomicon
This commit is contained in:
@@ -66,7 +66,7 @@ fn run(self, builder: &Builder) {
|
||||
}
|
||||
|
||||
book!(
|
||||
Nomicon, "src/doc/book", "nomicon";
|
||||
Nomicon, "src/doc/nomicon", "nomicon";
|
||||
Reference, "src/doc/reference", "reference";
|
||||
Rustdoc, "src/doc/rustdoc", "rustdoc";
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user