diff options
author | Ian Lynagh <igloo@earth.li> | 2010-04-24 12:31:01 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-04-24 12:31:01 +0000 |
commit | 6df0d098bfad37134789d16a092fa46fed9053d5 (patch) | |
tree | 28f8fd19e8b2c7ee6bc33d1fc87ae7ec9accf3c0 /ghc.mk | |
parent | 909904c56923c018b03339a85af958cfa148dbc7 (diff) | |
download | haskell-6df0d098bfad37134789d16a092fa46fed9053d5.tar.gz |
Include DPH docs in bindists
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |