Skip to content

Commit f6c594b

Browse files
committed
mk: Fix make dist
With the movement of the erro-index-generator and rustbook, need to update the rules in `make dist`.
1 parent f1d6f12 commit f6c594b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mk/dist.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ PKG_FILES := \
5454
doc \
5555
driver \
5656
etc \
57-
error_index_generator \
5857
$(foreach crate,$(CRATES),lib$(crate)) \
5958
libcollectionstest \
6059
libcoretest \
@@ -65,7 +64,7 @@ PKG_FILES := \
6564
rustc \
6665
snapshots.txt \
6766
rust-installer \
68-
rustbook \
67+
tools \
6968
test) \
7069
$(PKG_GITMODULES) \
7170
$(filter-out config.stamp, \

0 commit comments

Comments
 (0)