diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-01-29 15:59:39 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-01-29 16:00:12 +0000 |
commit | 43cc231aafdbd3bb808a68821d1d2a302127420b (patch) | |
tree | b43386178ec569def0cae11514e95fc0a332183b /ghc.mk | |
parent | ba47b1db268176b8223e2a6a1bf4daa2877dd053 (diff) | |
download | haskell-43cc231aafdbd3bb808a68821d1d2a302127420b.tar.gz |
Tweak the gen_contents_index script
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |