From 7ed521a86ed69629cc77efb8bb44f620b046404c Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 28 Aug 2008 15:14:29 +0000 Subject: [PATCH] Handle the html target in compiler/ and ghc/ --- compiler/Makefile | 3 +++ ghc/Makefile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/compiler/Makefile b/compiler/Makefile index 7056ae7..cd6b295 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -452,6 +452,9 @@ primop-primop-info.hs-incl: prelude/primops.txt primop-usage.hs-incl: prelude/primops.txt $(GENPRIMOP) --usage < $< > $@ +html: + $(MAKE) doc stage=2 + install-docs: @: diff --git a/ghc/Makefile b/ghc/Makefile index 4735e3b..4d6a7d0 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -127,6 +127,9 @@ install: --distpref dist-stage2 \ $(INSTALL_FLAGS) +html: + @: + install-docs: @: -- 1.7.10.4