From bd72e9436d244c09946a7795c41c4b4b62dd53a5 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 21 Aug 2008 23:13:49 +0000 Subject: [PATCH] Ignore install-docs in compiler/Makefile and ghc/Makefile --- compiler/Makefile | 3 +++ ghc/Makefile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/compiler/Makefile b/compiler/Makefile index 01a6ba4..67d4e3f 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -450,6 +450,9 @@ primop-primop-info.hs-incl: prelude/primops.txt primop-usage.hs-incl: prelude/primops.txt $(GENPRIMOP) --usage < $< > $@ +install-docs: + @: + #----------------------------------------------------------------------------- # binary-dist # diff --git a/ghc/Makefile b/ghc/Makefile index 3c215a3..4735e3b 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) -- 1.7.10.4