Auto merge of #45433 - ollie27:rustbuild_nomicon, r=Mark-Simulacrum
rustbuild: Fix path for the nomicon
This commit is contained in:
commit
b6055cb7d2
@ -66,7 +66,7 @@ macro_rules! book {
|
|||||||
}
|
}
|
||||||
|
|
||||||
book!(
|
book!(
|
||||||
Nomicon, "src/doc/book", "nomicon";
|
Nomicon, "src/doc/nomicon", "nomicon";
|
||||||
Reference, "src/doc/reference", "reference";
|
Reference, "src/doc/reference", "reference";
|
||||||
Rustdoc, "src/doc/rustdoc", "rustdoc";
|
Rustdoc, "src/doc/rustdoc", "rustdoc";
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user