diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-28 15:14:29 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-28 15:14:29 +0000 |
commit | 7ed521a86ed69629cc77efb8bb44f620b046404c (patch) | |
tree | dbe101644913107805ed96d9c2ba93ce76cab474 /compiler/Makefile | |
parent | 7aaad0812108d3e195ef5f537438f706505f5d0a (diff) | |
download | haskell-7ed521a86ed69629cc77efb8bb44f620b046404c.tar.gz |
Handle the html target in compiler/ and ghc/
Diffstat (limited to 'compiler/Makefile')
-rw-r--r-- | compiler/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/Makefile b/compiler/Makefile index 7056ae7555..cd6b295dbc 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: @: |