diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-12-04 08:55:02 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-12-04 08:55:02 -0800 |
| commit | 086f02d3d100e348f81c1af1deaafee22e79d8d3 (patch) | |
| tree | faf35a759489a1e961a3d0edd69bd9de5da2a1ad | |
| parent | ac0e84522437331f9a06d04a5842acf0234cc86e (diff) | |
| download | rust-086f02d3d100e348f81c1af1deaafee22e79d8d3.tar.gz rust-086f02d3d100e348f81c1af1deaafee22e79d8d3.zip | |
mk: Fix `make dist`
Now that AUTHORS.txt no longer exists we shouldn't try to package it.
| -rw-r--r-- | mk/dist.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/dist.mk b/mk/dist.mk index 7ef95d1e78f..685fb2b5b46 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -42,7 +42,6 @@ PKG_FILES := \ $(S)COPYRIGHT \ $(S)LICENSE-APACHE \ $(S)LICENSE-MIT \ - $(S)AUTHORS.txt \ $(S)CONTRIBUTING.md \ $(S)README.md \ $(S)RELEASES.md \ |
