From 00204e8a83c097d7a5ad4643ee6b138a1bb0de1a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 8 May 2015 09:45:16 -0700 Subject: [PATCH] mk: Add a missing folder to the dist directory This fixes the `distcheck` target and nightly builds. --- mk/dist.mk | 1 + 1 file changed, 1 insertion(+) 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 \