diff options
-rw-r--r-- | compiler/Makefile | 3 | ||||
-rw-r--r-- | ghc/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/compiler/Makefile b/compiler/Makefile index 01a6ba4270..67d4e3f774 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 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) |