Ignore install-docs in compiler/Makefile and ghc/Makefile
authorIan Lynagh <igloo@earth.li>
Thu, 21 Aug 2008 23:13:49 +0000 (23:13 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 21 Aug 2008 23:13:49 +0000 (23:13 +0000)
compiler/Makefile
ghc/Makefile

index 01a6ba4..67d4e3f 100644 (file)
@@ -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
 #
index 3c215a3..4735e3b 100644 (file)
@@ -127,6 +127,9 @@ install:
                           --distpref dist-stage2                         \
                           $(INSTALL_FLAGS)
 
+install-docs:
+       @:
+
 include $(TOP)/mk/bindist.mk
 EXE_DIST_DIR = dist-stage$(stage)