diff options
author | Ian Lynagh <igloo@earth.li> | 2009-03-21 19:13:53 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-03-21 19:13:53 +0000 |
commit | fd1ec81c7454b8ae5bb52fc6f1720dee732ba92d (patch) | |
tree | 4ce53d2c49388fcfd8385142b5bbece0d6b9174f /ghc.mk | |
parent | 6366fe49c2e02071fdaf8f71dfec09beb04d35b9 (diff) |
Fix (with a hack?) haddock in teh new build system
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ utils/haddock_CONFIGURE_OPTS = --flag in-ghc-tree utils/haddock_HC_OPTS += -Wwarn utils/haddock_dist_SHELL_WRAPPER = YES utils/haddock_dist_PROG = haddock +# XXX Is this a hack? Should it be needed? Done another way? +utils/haddock_dist_DATADIR = lib $(INPLACE_BIN)/$(utils/haddock_dist_PROG): inplace/lib/html |