From 03549f337620a2eb957dad072ef6a0c1c624e6f8 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 21 Jun 2002 14:00:32 +0000 Subject: [PATCH] [project @ 2002-06-21 14:00:32 by simonmar] Mention the package name in the Haddock title --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 03a812f..53cb84b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.33 2002/06/20 16:12:58 simonmar Exp $ +# $Id: Makefile,v 1.34 2002/06/21 14:00:32 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" +SRC_HADDOCK_OPTS += -t "Haskell Core Libraries (base package)" # ----------------------------------------------------------------------------- -- 1.7.10.4