Skip to content

Commit

Permalink
Auto merge of #32217 - alexcrichton:fix-make-dist, r=brson
Browse files Browse the repository at this point in the history
mk: Fix `make dist`

With the movement of the erro-index-generator and rustbook, need to update the
rules in `make dist`.
  • Loading branch information
bors committed Mar 13, 2016
2 parents 531b928 + f6c594b commit 3e05371
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 3e05371

Please sign in to comment.