diff options
author | Ian Lynagh <igloo@earth.li> | 2009-06-13 16:17:50 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-06-13 16:17:50 +0000 |
commit | 1dc4c4b1cdaf8756968f47dee1e544029da362e0 (patch) | |
tree | 79ea2c3357edbc7f11ee9361a42bebb6ef396c82 /ghc.mk | |
parent | 4190be6ba69cc0f2370d0ffee30ddb90146f794e (diff) |
Include haddock in GHC bindists
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |