From fe6a2136916bb76b95b4bc289a068728fcab41f5 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 17 Nov 2009 15:11:33 +0000 Subject: [PATCH] include the GHC package docs in a bindist --- ghc.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc.mk b/ghc.mk index 8607d9b..bf5b7c2 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)) \ -- 1.7.10.4