From: Ian Lynagh Date: Sat, 10 Nov 2007 17:12:47 +0000 (+0000) Subject: Build Cabal user guide during "make", not only "make install-docs" X-Git-Tag: 2007-11-11~4 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=bc825482024b3d85056285f794aaaaa731da7319;hp=babeab80c754d93224f7b87b75a3469d015c6088 Build Cabal user guide during "make", not only "make install-docs" --- diff --git a/Makefile b/Makefile index a552738..519899e 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ include $(TOP)/mk/boilerplate.mk ifeq "$(BootingFromHc)" "YES" SUBDIRS_BUILD = gmp includes rts compat compiler docs utils driver else -SUBDIRS_BUILD = gmp includes compat utils driver docs compiler rts +SUBDIRS_BUILD = gmp includes compat utils driver docs compiler rts libraries/Cabal/doc endif SUBDIRS = gmp includes compat utils driver docs rts libraries compiler libraries/Cabal/doc