From: simonmar Date: Mon, 10 Nov 2003 15:32:43 +0000 (+0000) Subject: [project @ 2003-11-10 15:32:43 by simonmar] X-Git-Tag: nhc98-1-18-release~448 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b90077303f7712efe392d5da077815e33f778571;p=ghc-base.git [project @ 2003-11-10 15:32:43 by simonmar] Change the documentation title from "Haskell Core Libraries" to "Haskell Hierarchical Libraries". --- diff --git a/Makefile b/Makefile index 5992c25..0bbd9ab 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ EXCLUDED_HADDOCK_SRCS = \ GHC/PrimopWrappers.hs \ GHC/PArr.hs -SRC_HADDOCK_OPTS += -t "Haskell Core Libraries (base package)" \ +SRC_HADDOCK_OPTS += -t "Haskell Hierarchical Libraries ($(PACKAGE) package)" \ --no-implicit-prelude -p prologue.txt # -----------------------------------------------------------------------------