summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorsteveklabnik <steve@steveklabnik.com>2017-03-07 14:43:27 -0500
committersteveklabnik <steve@steveklabnik.com>2017-03-20 10:10:15 -0400
commitf17965da1e139f7f1f249ebcc3394d13302fc9b0 (patch)
tree960e403e615d624e675f69ec53c4295209dde738 /.gitmodules
parente4628fb0dbfd771662cf2fcb61c838fc2738e083 (diff)
downloadrust-f17965da1e139f7f1f249ebcc3394d13302fc9b0.tar.gz
Import submodule for the book.
It's all in the external repository now.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index a7063bbddc5..d2e1fb868a9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -27,3 +27,6 @@
[submodule "reference"]
path = src/doc/reference
url = https://github.com/rust-lang-nursery/reference.git
+[submodule "book"]
+ path = src/doc/book
+ url = https://github.com/rust-lang/book