aboutsummaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-06-13 16:17:50 +0000
committerIan Lynagh <igloo@earth.li>2009-06-13 16:17:50 +0000
commit1dc4c4b1cdaf8756968f47dee1e544029da362e0 (patch)
tree79ea2c3357edbc7f11ee9361a42bebb6ef396c82 /ghc.mk
parent4190be6ba69cc0f2370d0ffee30ddb90146f794e (diff)
Include haddock in GHC bindists
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc.mk b/ghc.mk
index 22d0968b..71ea3429 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -16,12 +16,12 @@ $(INPLACE_LIB)/html:
"$(RM)" $(RM_OPTS) -r $@
"$(CP)" -R utils/haddock/html $@
+endif
+
$(eval $(call build-prog,utils/haddock,dist,2))
utils/haddock_dist_MODULES += Paths_haddock
-endif
-
install: install_utils/haddock_html
.PHONY: install_utils/haddock_html
install_utils/haddock_html: