From 0ed2626c9ff2660fee60a94688d2021c23e3006f Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 27 Oct 2007 20:32:20 +0000 Subject: [PATCH] MERGED: We need to install-docs when making the Windows bindist --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4