mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
mk: Fix make dist
With the movement of the erro-index-generator and rustbook, need to update the rules in `make dist`.
This commit is contained in:
parent
f1d6f126ef
commit
f6c594b131
@ -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, \
|
||||
|
Loading…
Reference in New Issue
Block a user