]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #40332 - steveklabnik:extract-book, r=alexcrichton
authorCorey Farwell <coreyf@rwell.org>
Tue, 21 Mar 2017 03:44:57 +0000 (23:44 -0400)
committerGitHub <noreply@github.com>
Tue, 21 Mar 2017 03:44:57 +0000 (23:44 -0400)
commit14b5d5658733d6428b983be6060db16bd5ba5c60
tree6f42595093aa54c393dbcb57063bf39c9957c43f
parent42cfdc1955e7585caa61d6c9fd5553a2acf8ed86
parent96d35947c36bba6c6545c06768b5358c0f8bf3dc
Rollup merge of #40332 - steveklabnik:extract-book, r=alexcrichton

Extract book into a submodule

Part of https://github.com/rust-lang/rust/issues/39588

We probably don't want to land this till after the beta branches on friday, but would still ❤️ a review from @alexcrichton , since I am a rustbuild noob.

This pr:

1. removes the book
2. adds it back in as a submodule
3. the submodule includes both the old book and the new book
4. it also includes an index page explaining the difference in editions
5. it also includes redirect pages for the old book URLs.
6. so we build all that stuff too.

r? @alexcrichton