From: rrt Date: Wed, 24 Oct 2001 10:07:57 +0000 (+0000) Subject: [project @ 2001-10-24 10:07:57 by rrt] X-Git-Tag: Approximately_9120_patches~721 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=29d3022cebcb5b3eae5a27fb6947ca473c6673e2;p=ghc-hetmet.git [project @ 2001-10-24 10:07:57 by rrt] Better commenting. --- diff --git a/ghc/Makefile b/ghc/Makefile index 2017327..e88bc3c 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.18 2001/07/13 13:55:19 rrt Exp $ +# $Id: Makefile,v 1.19 2001/10/24 10:07:57 rrt Exp $ # TOP=. @@ -44,4 +44,11 @@ SRC_DIST_FILES += configure DIST_CLEAN_FILES += ghc.spec config.status +ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" +# These files need to be in the InstallShield +# INSTALL_DATAS rather than INSTALL_DOCS is used so these files go +# in the top-level directory of the distribution +INSTALL_DATAS += ANNOUNCE LICENSE README VERSION +endif + include $(TOP)/mk/target.mk