diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-05-08 09:45:16 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-05-08 09:45:16 -0700 |
| commit | 00204e8a83c097d7a5ad4643ee6b138a1bb0de1a (patch) | |
| tree | 5870279291cc33fa635e29eec2956a95118121c0 | |
| parent | 5ae026e8923d71d16a4d2b9a592bbcab92d8723a (diff) | |
| download | rust-00204e8a83c097d7a5ad4643ee6b138a1bb0de1a.tar.gz rust-00204e8a83c097d7a5ad4643ee6b138a1bb0de1a.zip | |
mk: Add a missing folder to the dist directory
This fixes the `distcheck` target and nightly builds.
| -rw-r--r-- | mk/dist.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/dist.mk b/mk/dist.mk index 57adaee5198..75c6219c5f0 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -52,6 +52,7 @@ PKG_FILES := \ doc \ driver \ etc \ + error-index-generator \ $(foreach crate,$(CRATES),lib$(crate)) \ libcollectionstest \ libcoretest \ |
