aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar simonmar <unknown>2003-11-10 15:32:45 +0000
committerGravatar simonmar <unknown>2003-11-10 15:32:45 +0000
commit2dc3fe786254854bc9a0af4ac504c38cb365996c (patch)
treeb0a714047b0a27bf0eeba5268957a1c9957f25eb
parent34684d0c14144098147592aa258e4c61b01cd8df (diff)
[project @ 2003-11-10 15:32:45 by simonmar]
Change the documentation title from "Haskell Core Libraries" to "Haskell Hierarchical Libraries".
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d2dc4c..3d4b70b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ ALL_DIRS = System System/Posix System/Posix/DynamicLinker
PACKAGE = unix
PACKAGE_DEPS = base
-SRC_HADDOCK_OPTS += -t "Haskell Core Libraries (unix package)"
+SRC_HADDOCK_OPTS += -t "Haskell Hierarchical Libraries ($(PACKAGE) package)"
SRC_HSC2HS_OPTS += -Iinclude -I../../mk/ $(unix_SRC_HSC2HS_OPTS)
SRC_HC_OPTS += -Iinclude $(unix_SRC_HSC2HS_OPTS)