diff options
| author | Oliver Middleton <olliemail27@gmail.com> | 2017-10-21 17:16:46 +0100 |
|---|---|---|
| committer | Oliver Middleton <olliemail27@gmail.com> | 2017-10-21 17:16:46 +0100 |
| commit | f820d2e5672c4a9c29c0ea4dc2fc8f7608eec70b (patch) | |
| tree | 95f4080e2b923e9b0fa6dfd1943f425c7e0226da /src | |
| parent | d532ba7c627a558410e3f21efbb149540c1461e9 (diff) | |
| download | rust-f820d2e5672c4a9c29c0ea4dc2fc8f7608eec70b.tar.gz rust-f820d2e5672c4a9c29c0ea4dc2fc8f7608eec70b.zip | |
rustbuild: Fix path for the nomicon
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/doc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/doc.rs b/src/bootstrap/doc.rs index b9a52a66793..1395be5a6f5 100644 --- a/src/bootstrap/doc.rs +++ b/src/bootstrap/doc.rs @@ -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"; ); |
