Skip to content

Commit

Permalink
Rollup merge of rust-lang#50952 - steveklabnik:2018-book, r=alexcrichton
Browse files Browse the repository at this point in the history
Add the 2018 edition of the book to doc.rust-lang.org

The second edition of the book is on its way to the printers, and as such, is frozen. We've forked off the 2018 edition to add new stuff to; this PR now builds it so that people can read it on doc.rust-lang.org.
  • Loading branch information
kennytm authored May 22, 2018
2 parents c717a70 + 292be70 commit 25a907d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/bootstrap/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,12 @@ impl Step for TheBook {
name: INTERNER.intern_string(format!("{}/second-edition", name)),
});

// build book 2018 edition
builder.ensure(Rustbook {
target,
name: INTERNER.intern_string(format!("{}/2018-edition", name)),
});

// build the version info page and CSS
builder.ensure(Standalone {
compiler,
Expand Down
2 changes: 1 addition & 1 deletion src/doc/book
Submodule book updated 110 files

0 comments on commit 25a907d

Please sign in to comment.