diff options
author | Ian Lynagh <igloo@earth.li> | 2008-09-10 16:58:18 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-09-10 16:58:18 +0000 |
commit | 2093fd2d30a5fbc015fac37fb2e27d5ba628c8f2 (patch) | |
tree | 88a426558825994095d3cf88c83fcce3496e4c25 /Makefile | |
parent | 7bc887769fc7dc137bf06670f6c39e2c7f6e5854 (diff) |
We need to tell haddock that its datasubdir is . or it can't find package.conf
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ TOP=../.. ENABLE_SHELL_WRAPPERS = YES EXTRA_INPLACE_CONFIGURE_FLAGS += --flags=in-ghc-tree EXTRA_STAGE2_CONFIGURE_FLAGS += --flags=in-ghc-tree +EXTRA_STAGE2_CONFIGURE_FLAGS += --datasubdir=. # Ideally we'd automatically find these from the .cabal file: BINDIST_EXTRAS += html/haddock-DEBUG.css \ |