diff options
author | Austin Seipp <austin@well-typed.com> | 2015-02-23 05:19:59 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-02-23 05:23:13 -0600 |
commit | 9a1c8d96f0aaf7629cdcfad5ba67aa8a1a7b9cb3 (patch) | |
tree | daebb75972b27bdc26b61f4890844545ea4f0855 /ghc.mk | |
parent | 47175e06ff8364c732607e3d76ef3b7b80d57f1c (diff) | |
download | haskell-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.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |