start building the rustdoc book

This commit is contained in:
steveklabnik 2017-08-14 13:56:41 -04:00
parent b6179602be
commit 372414ce38
2 changed files with 2 additions and 1 deletions

View File

@ -266,7 +266,7 @@ macro_rules! describe {
Kind::Bench => describe!(check::Crate, check::CrateLibrustc),
Kind::Doc => describe!(doc::UnstableBook, doc::UnstableBookGen, doc::TheBook,
doc::Standalone, doc::Std, doc::Test, doc::Rustc, doc::ErrorIndex, doc::Nomicon,
doc::Reference),
doc::Reference, doc::Rustdoc),
Kind::Dist => describe!(dist::Docs, dist::Mingw, dist::Rustc, dist::DebuggerScripts,
dist::Std, dist::Analysis, dist::Src, dist::PlainSourceTarball, dist::Cargo,
dist::Rls, dist::Extended, dist::HashSign),

View File

@ -68,6 +68,7 @@ fn run(self, builder: &Builder) {
book!(
Nomicon, "src/doc/book", "nomicon";
Reference, "src/doc/reference", "reference";
Rustdoc, "src/doc/rustdoc", "rustdoc";
);
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]