Now that haddock is in-tree, build haddock docs by default
authorIan Lynagh <igloo@earth.li>
Sat, 6 Sep 2008 18:46:33 +0000 (18:46 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 6 Sep 2008 18:46:33 +0000 (18:46 +0000)
mk/config.mk.in

index e5522f5..38ce86b 100644 (file)
@@ -185,6 +185,9 @@ BootingFromUnregisterisedHc = @BootingFromUnregisterisedHc@
 #
 XMLDocWays=
 
+# Should we build haddock docs?
+HADDOCK_DOCS = YES
+
 # Mac OS X deployment target (to cross-compile for older OS versions)
 #
 MACOSX_DEPLOYMENT_VERSION = @MACOSX_DEPLOYMENT_VERSION@