summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2015-02-23 05:19:59 -0600
committerAustin Seipp <austin@well-typed.com>2015-02-23 05:23:13 -0600
commit9a1c8d96f0aaf7629cdcfad5ba67aa8a1a7b9cb3 (patch)
treedaebb75972b27bdc26b61f4890844545ea4f0855 /ghc.mk
parent47175e06ff8364c732607e3d76ef3b7b80d57f1c (diff)
downloadhaskell-9a1c8d96f0aaf7629cdcfad5ba67aa8a1a7b9cb3.tar.gz
docs: add INSTALL.md to root dir (#9926)
This gives a very quick rundown on installation for end-users (HACKING etc is for developers/possible contributors). Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc.mk b/ghc.mk
index 0322ba6b47..08dcf198ec 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1108,8 +1108,8 @@ SRC_DIST_GHC_DIRS = mk rules docs distrib bindisttest libffi includes \
utils docs rts compiler ghc driver libraries libffi-tarballs
SRC_DIST_GHC_FILES += \
configure.ac config.guess config.sub configure \
- aclocal.m4 README ANNOUNCE HACKING LICENSE Makefile install-sh \
- settings.in VERSION GIT_COMMIT_ID \
+ aclocal.m4 README.md ANNOUNCE HACKING.md INSTALL.md LICENSE Makefile
+ install-sh settings.in VERSION GIT_COMMIT_ID \
boot packages ghc.mk
.PHONY: VERSION