Rollup merge of #50952 - steveklabnik:2018-book, r=alexcrichton
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.
This commit is contained in:
commit
25a907dfb1
@ -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,
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f51127530d46b9acbf4747c859da185e771cfcf3
|
||||
Subproject commit 36d65d00164d1750f6fa7f8b0f52dabc3fea500b
|
Loading…
Reference in New Issue
Block a user