Skip to content

Commit 292be70

Browse files
committed
build the 2018 edition
1 parent 6e6a4b1 commit 292be70

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/bootstrap/doc.rs

+6
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,12 @@ impl Step for TheBook {
272272
name: INTERNER.intern_string(format!("{}/second-edition", name)),
273273
});
274274

275+
// build book 2018 edition
276+
builder.ensure(Rustbook {
277+
target,
278+
name: INTERNER.intern_string(format!("{}/2018-edition", name)),
279+
});
280+
275281
// build the version info page and CSS
276282
builder.ensure(Standalone {
277283
compiler,

src/doc/book

Submodule book updated 110 files

0 commit comments

Comments
 (0)