about summary refs log tree commit diff
path: root/src/bootstrap/doc.rs
diff options
context:
space:
mode:
authorsteveklabnik <steve@steveklabnik.com>2018-04-05 14:41:48 -0400
committersteveklabnik <steve@steveklabnik.com>2018-04-09 14:04:10 -0400
commitb99418d4b031d8586b6767283a8628ba5cbca1b1 (patch)
treea421d3790091681ab649b531a60fd3298b9345a2 /src/bootstrap/doc.rs
parent0dd0a5bc033a95ce980ccd13004afeac35521409 (diff)
downloadrust-b99418d4b031d8586b6767283a8628ba5cbca1b1.tar.gz
rust-b99418d4b031d8586b6767283a8628ba5cbca1b1.zip
Add rustc book to the build system
Diffstat (limited to 'src/bootstrap/doc.rs')
-rw-r--r--src/bootstrap/doc.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/doc.rs b/src/bootstrap/doc.rs
index 4237ded2215..0618d1d89aa 100644
--- a/src/bootstrap/doc.rs
+++ b/src/bootstrap/doc.rs
@@ -71,6 +71,7 @@ book!(
     Nomicon, "src/doc/nomicon", "nomicon";
     Reference, "src/doc/reference", "reference";
     Rustdoc, "src/doc/rustdoc", "rustdoc";
+    RustcBook, "src/doc/rustc", "rustc";
     RustByExample, "src/doc/rust-by-example", "rust-by-example";
 );