about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-03-12 18:58:15 -0800
committerbors <bors@rust-lang.org>2016-03-12 18:58:15 -0800
commit3e05371c13f851a5af57a96a5e13c99537787314 (patch)
tree8f477b836f611180d4b94523888134fffaeb6fc3
parent531b928ea65270a47aeb91c33a4ede447f152103 (diff)
parentf6c594b1317be774e6c9c4f62b23709d90f408f8 (diff)
downloadrust-3e05371c13f851a5af57a96a5e13c99537787314.tar.gz
rust-3e05371c13f851a5af57a96a5e13c99537787314.zip
Auto merge of #32217 - alexcrichton:fix-make-dist, r=brson
mk: Fix `make dist`

With the movement of the erro-index-generator and rustbook, need to update the
rules in `make dist`.
-rw-r--r--mk/dist.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/dist.mk b/mk/dist.mk
index 38e0bcd338d..12739006083 100644
--- a/mk/dist.mk
+++ b/mk/dist.mk
@@ -54,7 +54,6 @@ PKG_FILES := \
       doc                                      \
       driver                                   \
       etc                                      \
-      error_index_generator                    \
       $(foreach crate,$(CRATES),lib$(crate))   \
       libcollectionstest                       \
       libcoretest                              \
@@ -65,7 +64,7 @@ PKG_FILES := \
       rustc                                    \
       snapshots.txt                            \
       rust-installer                           \
-      rustbook                                 \
+      tools                                    \
       test)                                    \
     $(PKG_GITMODULES)                          \
     $(filter-out config.stamp, \