rustbuild: Fix path for the nomicon

This commit is contained in:
Oliver Middleton 2017-10-21 17:16:46 +01:00
parent d532ba7c62
commit f820d2e567
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";
);