X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=2170c436bb8c3b5d30c2de335ce7b7e69f816395;hb=cd5099a029e06fb974c37cf453a87e5cf5e0fc29;hp=ca8cc873c2299a1d0432b99939ef7f6913e74d92;hpb=f69a0fe989628b878a07f58a970b962b14bb5a69;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index ca8cc87..2170c43 100644 --- a/ghc.mk +++ b/ghc.mk @@ -124,6 +124,8 @@ $(error Please run ./configure first) endif endif +include mk/ways.mk + # (Optional) build-specific configuration include mk/custom-settings.mk @@ -606,6 +608,8 @@ libraries/index.html: $(ALL_HADDOCK_FILES) cd libraries && sh gen_contents_index --inplace $(eval $(call all-target,library_doc_index,libraries/index.html)) INSTALL_LIBRARY_DOCS += libraries/*.html libraries/*.gif libraries/*.css libraries/*.js +CLEAN_FILES += libraries/doc-index* libraries/haddock*.css \ + libraries/haddock*.js libraries/index*.html libraries/*.gif endif ifeq "$(CHECK_PACKAGES)" "YES"