MERGED: We need to install-docs when making the Windows bindist
authorIan Lynagh <igloo@earth.li>
Sat, 27 Oct 2007 20:32:20 +0000 (20:32 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 27 Oct 2007 20:32:20 +0000 (20:32 +0000)
Makefile

index acee11b..2e0bbe1 100644 (file)
--- 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