about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuca Bruno <lucab@debian.org>2014-02-08 14:07:02 +0100
committerLuca Bruno <lucab@debian.org>2014-02-08 14:36:18 +0100
commit99cdabab00bd0c634612418651a6c8c8cae8ef5b (patch)
treed9a44a1f189a10b2198194fc940c5f93f20cba70
parent548b8cec199c28c102fd98d6dd2833d3a171e7d0 (diff)
downloadrust-99cdabab00bd0c634612418651a6c8c8cae8ef5b.tar.gz
rust-99cdabab00bd0c634612418651a6c8c8cae8ef5b.zip
make: update dist target for renamed files
src/README.txt has been renamed in a30d61b05a, make dist is
thus failing as unable to find it.
This commit makes the dist target working again.

Signed-off-by: Luca Bruno <lucab@debian.org>
-rw-r--r--mk/dist.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/dist.mk b/mk/dist.mk
index 656811bab4d..a625e2f0481 100644
--- a/mk/dist.mk
+++ b/mk/dist.mk
@@ -26,7 +26,7 @@ PKG_FILES := \
     $(S)man                                    \
     $(S)doc                                    \
     $(addprefix $(S)src/,                      \
-      README.txt                               \
+      README.md                                \
       driver                                   \
       librustc                                 \
       compiletest                              \