From 6df0d098bfad37134789d16a092fa46fed9053d5 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 24 Apr 2010 12:31:01 +0000 Subject: [PATCH] Include DPH docs in bindists --- ghc.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc.mk b/ghc.mk index 4a9b28d..f770d22 100644 --- a/ghc.mk +++ b/ghc.mk @@ -937,6 +937,7 @@ $(eval $(call bindist,.,\ docs/index.html \ compiler/stage2/doc \ $(wildcard libraries/*/dist-install/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)) \ mk/project.mk \ -- 1.7.10.4