Skip to content

Commit

Permalink
mk: Fix make dist
Browse files Browse the repository at this point in the history
With the movement of the erro-index-generator and rustbook, need to update the
rules in `make dist`.
  • Loading branch information
alexcrichton committed Mar 12, 2016
1 parent f1d6f12 commit f6c594b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mk/dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ PKG_FILES := \
doc \
driver \
etc \
error_index_generator \
$(foreach crate,$(CRATES),lib$(crate)) \
libcollectionstest \
libcoretest \
Expand All @@ -65,7 +64,7 @@ PKG_FILES := \
rustc \
snapshots.txt \
rust-installer \
rustbook \
tools \
test) \
$(PKG_GITMODULES) \
$(filter-out config.stamp, \
Expand Down

0 comments on commit f6c594b

Please sign in to comment.