build the 2018 edition

This commit is contained in:
steveklabnik 2018-05-21 15:31:12 -04:00
parent 6e6a4b1957
commit 292be70f9d
2 changed files with 7 additions and 1 deletions

View File

@ -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