diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-28 12:46:08 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-28 12:46:08 +0000 |
commit | 7d96fdae290360a20009e61de851a1c267a93549 (patch) | |
tree | b1dfa244475d665e9131aacc0e4ee6b80324c3f9 /Makefile | |
parent | b980fbf46aad86bab37a628cb8dc7f7602d7452d (diff) | |
download | haskell-7d96fdae290360a20009e61de851a1c267a93549.tar.gz |
Don't check that we have found haddock
We now use an in-tree haddock instead
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -74,16 +74,7 @@ endif SUBDIRS = gmp libffi includes utils driver docs rts compiler ghc libraries libraries/Cabal/doc -check-all: check-tools check-packages - -check-tools: - @: -ifeq "$(HADDOCK_DOCS)" "YES" -ifeq "$(HADDOCK)" "" - echo "Couldn't find haddock" >&2 - exit 1 -endif -endif +check-all: check-packages # Sanity check that all the boot libraries are in the tree, to catch # failure to run darcs-all. |