diff options
author | Austin Seipp <austin@well-typed.com> | 2015-02-23 05:21:11 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-02-23 05:24:12 -0600 |
commit | c3f9eb4d0626fc40f77e61653deca84cc3e1542f (patch) | |
tree | 606171ddd38af431181ad1fc3e310a4827dc0f9d /ghc.mk | |
parent | 9a1c8d96f0aaf7629cdcfad5ba67aa8a1a7b9cb3 (diff) | |
download | haskell-c3f9eb4d0626fc40f77e61653deca84cc3e1542f.tar.gz |
docs: Flatten MAKEHELP/SUBMAKEHELP
There's no reason to have two files, and this is one step towards a
cleaner root directory.
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1110,7 +1110,7 @@ SRC_DIST_GHC_FILES += \ configure.ac config.guess config.sub configure \ aclocal.m4 README.md ANNOUNCE HACKING.md INSTALL.md LICENSE Makefile install-sh settings.in VERSION GIT_COMMIT_ID \ - boot packages ghc.mk + boot packages ghc.mk MAKEHELP.md .PHONY: VERSION VERSION: |