summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-11-17 15:11:33 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-11-17 15:11:33 +0000
commitfe6a2136916bb76b95b4bc289a068728fcab41f5 (patch)
tree547211197e0724cef540a940697563f2838888b6
parent8922301b49af279289c3dbfc489ff091d6a3688c (diff)
downloadhaskell-fe6a2136916bb76b95b4bc289a068728fcab41f5.tar.gz
include the GHC package docs in a bindist
-rw-r--r--ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index 8607d9b671..bf5b7c25e9 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -919,6 +919,7 @@ $(eval $(call bindist,.,\
$(INSTALL_LIBRARY_DOCS) \
$(addsuffix /*,$(INSTALL_HTML_DOC_DIRS)) \
docs/index.html \
+ compiler/stage2/doc \
$(wildcard libraries/*/dist-install/doc/) \
$(filter-out extra-gcc-opts,$(INSTALL_LIBS)) \
$(filter-out %/project.mk mk/config.mk %/mk/install.mk,$(MAKEFILE_LIST)) \