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