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 -1
View File
@@ -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";
);