diff options
author | Ian Lynagh <igloo@earth.li> | 2007-10-27 20:32:20 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-10-27 20:32:20 +0000 |
commit | 0ed2626c9ff2660fee60a94688d2021c23e3006f (patch) | |
tree | 80f870d26f458eb33da61f7a718d5efce1f62082 /Makefile | |
parent | 541e3935bf08f96b49e61b4cf900d02776b8326f (diff) | |
download | haskell-0ed2626c9ff2660fee60a94688d2021c23e3006f.tar.gz |
MERGED: We need to install-docs when making the Windows bindist
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -252,6 +252,7 @@ ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" binary-dist:: $(MAKE) prefix=$(BIN_DIST_DIR) install + $(MAKE) prefix=$(BIN_DIST_DIR) install-docs binary-dist:: cd $(BIN_DIST_DIR) && ../distrib/prep-bin-dist-mingw |