From: simonmar Date: Fri, 21 Jun 2002 14:00:32 +0000 (+0000) Subject: [project @ 2002-06-21 14:00:32 by simonmar] X-Git-Tag: nhc98-1-18-release~966 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=03549f337620a2eb957dad072ef6a0c1c624e6f8;p=haskell-directory.git [project @ 2002-06-21 14:00:32 by simonmar] Mention the package name in the Haddock title --- 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)" # -----------------------------------------------------------------------------