From: Ian Lynagh Date: Sat, 27 Oct 2007 20:32:20 +0000 (+0000) Subject: MERGED: We need to install-docs when making the Windows bindist X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0ed2626c9ff2660fee60a94688d2021c23e3006f MERGED: We need to install-docs when making the Windows bindist --- diff --git a/Makefile b/Makefile index acee11b..2e0bbe1 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