aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-09-10 16:58:18 +0000
committerIan Lynagh <igloo@earth.li>2008-09-10 16:58:18 +0000
commit2093fd2d30a5fbc015fac37fb2e27d5ba628c8f2 (patch)
tree88a426558825994095d3cf88c83fcce3496e4c25 /Makefile
parent7bc887769fc7dc137bf06670f6c39e2c7f6e5854 (diff)
We need to tell haddock that its datasubdir is . or it can't find package.conf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 034d5172..745ec5da 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \