diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-03-12 12:22:40 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-03-12 12:22:40 -0800 |
| commit | f6c594b1317be774e6c9c4f62b23709d90f408f8 (patch) | |
| tree | f195661501dc6d26f227d533cb4dc1421c8305fd | |
| parent | f1d6f126effd61c21c2134751b75b6e8924d65e3 (diff) | |
| download | rust-f6c594b1317be774e6c9c4f62b23709d90f408f8.tar.gz rust-f6c594b1317be774e6c9c4f62b23709d90f408f8.zip | |
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, \ |
