Skip to content

Commit 00204e8

Browse files
committed
mk: Add a missing folder to the dist directory
This fixes the `distcheck` target and nightly builds.
1 parent 5ae026e commit 00204e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/dist.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ PKG_FILES := \
5252
doc \
5353
driver \
5454
etc \
55+
error-index-generator \
5556
$(foreach crate,$(CRATES),lib$(crate)) \
5657
libcollectionstest \
5758
libcoretest \

0 commit comments

Comments
 (0)