diff options
author | Ian Lynagh <igloo@earth.li> | 2009-05-26 19:04:59 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-05-26 19:04:59 +0000 |
commit | c778b9227fd06264ab7f58cc36da9d39690803a5 (patch) | |
tree | 98560ff2787a1daf7e4749430b8ece8a27b3e1ca /ghc.mk | |
parent | 02821021684513c15d3ae2895c36e84902bd6b8d (diff) | |
download | haskell-c778b9227fd06264ab7f58cc36da9d39690803a5.tar.gz |
Add a haddock target, for just building the haddock docs
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -100,6 +100,8 @@ # o libraries/* # o compiler +.PHONY: default all haddock + default : all # Just bring makefiles up to date: |