From 109cf9f4b3b54f080b3f10d3425b8f26e9a46026 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 29 Apr 2002 15:41:59 +0000 Subject: [PATCH] [project @ 2002-04-29 15:41:59 by simonmar] Add haddock to $(AllProjects) --- mk/config.mk.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index 535790e..0367860 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -101,9 +101,9 @@ BootingFromUnregisterisedHc = @BootingFromUnregisterisedHc@ # build the libs first if we're bootstrapping from .hc files ifeq "$(BootingFromHc)" "YES" -AllProjects = glafp-utils libraries hslibs ghc green-card happy hdirect hood nofib +AllProjects = glafp-utils libraries hslibs ghc green-card happy hdirect hood nofib haddock else -AllProjects = glafp-utils ghc libraries hslibs green-card happy hdirect hood nofib +AllProjects = glafp-utils ghc libraries hslibs green-card happy hdirect hood nofib haddock endif # -- 1.7.10.4