From 2093fd2d30a5fbc015fac37fb2e27d5ba628c8f2 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 10 Sep 2008 16:58:18 +0000 Subject: We need to tell haddock that its datasubdir is . or it can't find package.conf --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3