summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-10-27 20:32:20 +0000
committerIan Lynagh <igloo@earth.li>2007-10-27 20:32:20 +0000
commit0ed2626c9ff2660fee60a94688d2021c23e3006f (patch)
tree80f870d26f458eb33da61f7a718d5efce1f62082 /Makefile
parent541e3935bf08f96b49e61b4cf900d02776b8326f (diff)
downloadhaskell-0ed2626c9ff2660fee60a94688d2021c23e3006f.tar.gz
MERGED: We need to install-docs when making the Windows bindist
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index acee11b57d..2e0bbe1dc8 100644
--- a/Makefile
+++ b/Makefile
@@ -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