about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBirunthan Mohanathas <birunthan@mohanathas.com>2013-07-13 16:57:01 +0300
committerBirunthan Mohanathas <birunthan@mohanathas.com>2013-07-13 16:57:01 +0300
commit9735f339fe8397bdc55495ef5875982779461cd2 (patch)
tree5fa90ee3655cf214702935f0ceacefcae03f21f2
parenta9eb86823049c2eff98e74fcac8ae75cc8760f33 (diff)
downloadrust-9735f339fe8397bdc55495ef5875982779461cd2.tar.gz
rust-9735f339fe8397bdc55495ef5875982779461cd2.zip
Add CONTRIBUTING.md and RELEASES.txt to release tarball. Closes #7561.
-rw-r--r--mk/dist.mk2
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                                    \