diff options
| author | Birunthan Mohanathas <birunthan@mohanathas.com> | 2013-07-13 16:57:01 +0300 |
|---|---|---|
| committer | Birunthan Mohanathas <birunthan@mohanathas.com> | 2013-07-13 16:57:01 +0300 |
| commit | 9735f339fe8397bdc55495ef5875982779461cd2 (patch) | |
| tree | 5fa90ee3655cf214702935f0ceacefcae03f21f2 | |
| parent | a9eb86823049c2eff98e74fcac8ae75cc8760f33 (diff) | |
| download | rust-9735f339fe8397bdc55495ef5875982779461cd2.tar.gz rust-9735f339fe8397bdc55495ef5875982779461cd2.zip | |
Add CONTRIBUTING.md and RELEASES.txt to release tarball. Closes #7561.
| -rw-r--r-- | mk/dist.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/dist.mk b/mk/dist.mk index cb5b3607fca..8e568124d41 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -19,7 +19,9 @@ PKG_FILES := \ $(S)LICENSE-APACHE \ $(S)LICENSE-MIT \ $(S)AUTHORS.txt \ + $(S)CONTRIBUTING.md \ $(S)README.md \ + $(S)RELEASES.txt \ $(S)configure $(S)Makefile.in \ $(S)man \ $(S)doc \ |
