Skip to content

Commit 372414c

Browse files
committed
start building the rustdoc book
1 parent b617960 commit 372414c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/bootstrap/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ impl<'a> Builder<'a> {
266266
Kind::Bench => describe!(check::Crate, check::CrateLibrustc),
267267
Kind::Doc => describe!(doc::UnstableBook, doc::UnstableBookGen, doc::TheBook,
268268
doc::Standalone, doc::Std, doc::Test, doc::Rustc, doc::ErrorIndex, doc::Nomicon,
269-
doc::Reference),
269+
doc::Reference, doc::Rustdoc),
270270
Kind::Dist => describe!(dist::Docs, dist::Mingw, dist::Rustc, dist::DebuggerScripts,
271271
dist::Std, dist::Analysis, dist::Src, dist::PlainSourceTarball, dist::Cargo,
272272
dist::Rls, dist::Extended, dist::HashSign),

src/bootstrap/doc.rs

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ macro_rules! book {
6868
book!(
6969
Nomicon, "src/doc/book", "nomicon";
7070
Reference, "src/doc/reference", "reference";
71+
Rustdoc, "src/doc/rustdoc", "rustdoc";
7172
);
7273

7374
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]

0 commit comments

Comments
 (0)