Skip to content

Commit

Permalink
build the 2018 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed May 22, 2018
1 parent 6e6a4b1 commit 292be70
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
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 292be70

Please sign in to comment.