diff options
| author | bors <bors@rust-lang.org> | 2016-03-12 18:58:15 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2016-03-12 18:58:15 -0800 |
| commit | 3e05371c13f851a5af57a96a5e13c99537787314 (patch) | |
| tree | 8f477b836f611180d4b94523888134fffaeb6fc3 | |
| parent | 531b928ea65270a47aeb91c33a4ede447f152103 (diff) | |
| parent | f6c594b1317be774e6c9c4f62b23709d90f408f8 (diff) | |
| download | rust-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.mk | 3 |
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, \ |
