about summary refs log tree commit diff
path: root/src/bootstrap/doc.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-01-15 02:02:22 +0000
committerbors <bors@rust-lang.org>2018-01-15 02:02:22 +0000
commitbb345a0be3ba3fa1970fe02789791c5c72788d8f (patch)
treed96db019e909a579a45966d01a6abdd9207ae957 /src/bootstrap/doc.rs
parent3f92e8d89861f0f5408ad9381a7467ec6e7d76bc (diff)
parenta2df4131871b6d18e1d3d2913d7a4436cd0d0277 (diff)
downloadrust-bb345a0be3ba3fa1970fe02789791c5c72788d8f.tar.gz
rust-bb345a0be3ba3fa1970fe02789791c5c72788d8f.zip
Auto merge of #46196 - projektir:rbe-submodule, r=steveklabnik
Adding RBE as a submodule #46194

Adding RBE as a submodule to start issue #46194.
Diffstat (limited to 'src/bootstrap/doc.rs')
-rw-r--r--src/bootstrap/doc.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/doc.rs b/src/bootstrap/doc.rs
index 178d60dd7df..d66c01eb499 100644
--- a/src/bootstrap/doc.rs
+++ b/src/bootstrap/doc.rs
@@ -12,7 +12,7 @@
 //!
 //! This module implements generation for all bits and pieces of documentation
 //! for the Rust project. This notably includes suites like the rust book, the
-//! nomicon, standalone documentation, etc.
+//! nomicon, rust by example, standalone documentation, etc.
 //!
 //! Everything here is basically just a shim around calling either `rustbook` or
 //! `rustdoc`.
@@ -69,6 +69,7 @@ book!(
     Nomicon, "src/doc/nomicon", "nomicon";
     Reference, "src/doc/reference", "reference";
     Rustdoc, "src/doc/rustdoc", "rustdoc";
+    RustByExample, "src/doc/rust-by-example", "rust-by-example";
 );
 
 #[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]