From 20c30caf0fbe86ee97851bdba356599362638174 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 24 Jun 2002 14:40:02 +0000 Subject: [PATCH] [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 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 # ----------------------------------------------------------------------------- -- 1.7.10.4