mk: Fix `make dist`

With the movement of the erro-index-generator and rustbook, need to update the
rules in `make dist`.
This commit is contained in:
Alex Crichton 2016-03-12 12:22:40 -08:00
parent f1d6f126ef
commit f6c594b131
1 changed files with 1 additions and 2 deletions

View File

@ -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, \