From f6c594b1317be774e6c9c4f62b23709d90f408f8 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 12 Mar 2016 12:22:40 -0800 Subject: [PATCH] mk: Fix `make dist` With the movement of the erro-index-generator and rustbook, need to update the rules in `make dist`. --- mk/dist.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mk/dist.mk b/mk/dist.mk index 38e0bcd338d23..1273900608385 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, \