Build Cabal user guide during "make", not only "make install-docs"
authorIan Lynagh <igloo@earth.li>
Sat, 10 Nov 2007 17:12:47 +0000 (17:12 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 10 Nov 2007 17:12:47 +0000 (17:12 +0000)
Makefile

index a552738..519899e 100644 (file)
--- 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