[project @ 2002-06-24 14:40:02 by simonmar]
authorsimonmar <unknown>
Mon, 24 Jun 2002 14:40:02 +0000 (14:40 +0000)
committersimonmar <unknown>
Mon, 24 Jun 2002 14:40:02 +0000 (14:40 +0000)
Makefile updates for generating docs with Haddock:

- explicitly depend on package base
- set SRC_HADDOCK_OPTS in some places

Makefile

index 53cb84b..dfd2bfb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.34 2002/06/21 14:00:32 simonmar Exp $
+# $Id: Makefile,v 1.35 2002/06/24 14:40:02 simonmar Exp $
 
 TOP=..
 include $(TOP)/mk/boilerplate.mk
@@ -105,7 +105,7 @@ EXCLUDED_HADDOCK_SRCS = \
        Data/Generics.hs \
        GHC/PArr.hs
 
-SRC_HADDOCK_OPTS += -t "Haskell Core Libraries (base package)"
+SRC_HADDOCK_OPTS += -t "Haskell Core Libraries (base package)" --no-implicit-prelude
 
 # -----------------------------------------------------------------------------