summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-01-29 15:59:39 +0000
committerIan Lynagh <ian@well-typed.com>2013-01-29 16:00:12 +0000
commit43cc231aafdbd3bb808a68821d1d2a302127420b (patch)
treeb43386178ec569def0cae11514e95fc0a332183b /ghc.mk
parentba47b1db268176b8223e2a6a1bf4daa2877dd053 (diff)
downloadhaskell-43cc231aafdbd3bb808a68821d1d2a302127420b.tar.gz
Tweak the gen_contents_index script
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index 120954b5d6..8957e603c6 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -726,7 +726,7 @@ $(foreach p,$(PACKAGES_STAGE0),$(eval libraries/$p_dist-boot_DO_HADDOCK = NO))
# Build the Haddock contents and index
ifeq "$(HADDOCK_DOCS)" "YES"
libraries/dist-haddock/index.html: inplace/bin/haddock$(exeext) $(ALL_HADDOCK_FILES)
- cd libraries && sh gen_contents_index --inplace
+ cd libraries && sh gen_contents_index --intree
ifeq "$(phase)" "final"
$(eval $(call all-target,library_doc_index,libraries/dist-haddock/index.html))
endif