summaryrefslogtreecommitdiff
path: root/ghc/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-21 23:13:49 +0000
committerIan Lynagh <igloo@earth.li>2008-08-21 23:13:49 +0000
commitbd72e9436d244c09946a7795c41c4b4b62dd53a5 (patch)
treee9064cfebdcfa0d77bdbd6283c69628645da9948 /ghc/Makefile
parentcd134d6eb8e21d85e2340d2eb6177d5b6139aff8 (diff)
downloadhaskell-bd72e9436d244c09946a7795c41c4b4b62dd53a5.tar.gz
Ignore install-docs in compiler/Makefile and ghc/Makefile
Diffstat (limited to 'ghc/Makefile')
-rw-r--r--ghc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ghc/Makefile b/ghc/Makefile
index 3c215a3840..4735e3b9fd 100644
--- a/ghc/Makefile
+++ b/ghc/Makefile
@@ -127,6 +127,9 @@ install:
--distpref dist-stage2 \
$(INSTALL_FLAGS)
+install-docs:
+ @:
+
include $(TOP)/mk/bindist.mk
EXE_DIST_DIR = dist-stage$(stage)