Auto merge of #45433 - ollie27:rustbuild_nomicon, r=Mark-Simulacrum

rustbuild: Fix path for the nomicon
This commit is contained in:
bors 2017-10-22 08:55:06 +00:00
commit b6055cb7d2
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ macro_rules! book {
}
book!(
Nomicon, "src/doc/book", "nomicon";
Nomicon, "src/doc/nomicon", "nomicon";
Reference, "src/doc/reference", "reference";
Rustdoc, "src/doc/rustdoc", "rustdoc";
);