diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-11-17 15:11:33 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-11-17 15:11:33 +0000 |
commit | fe6a2136916bb76b95b4bc289a068728fcab41f5 (patch) | |
tree | 547211197e0724cef540a940697563f2838888b6 | |
parent | 8922301b49af279289c3dbfc489ff091d6a3688c (diff) | |
download | haskell-fe6a2136916bb76b95b4bc289a068728fcab41f5.tar.gz |
include the GHC package docs in a bindist
-rw-r--r-- | ghc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) \ |