From: simonmar Date: Mon, 24 Jun 2002 14:40:02 +0000 (+0000) Subject: [project @ 2002-06-24 14:40:02 by simonmar] X-Git-Tag: nhc98-1-18-release~965 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=20c30caf0fbe86ee97851bdba356599362638174;p=haskell-directory.git [project @ 2002-06-24 14:40:02 by simonmar] Makefile updates for generating docs with Haddock: - explicitly depend on package base - set SRC_HADDOCK_OPTS in some places --- diff --git a/Makefile b/Makefile index 53cb84b..dfd2bfb 100644 --- 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 # -----------------------------------------------------------------------------