From 01b2aae11b6e1e4b10bd3c171a9f012eef15ed8c Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 21 Oct 2008 16:25:43 +0000 Subject: [PATCH] Don't put the README file in the Windows installer; fixes trac #2698 The README file talks about getting and building the sources, which doesn't make sense for the installer. --- distrib/ghc.iss | 2 -- 1 file changed, 2 deletions(-) diff --git a/distrib/ghc.iss b/distrib/ghc.iss index 574bcb8..c137f32 100644 --- a/distrib/ghc.iss +++ b/distrib/ghc.iss @@ -15,14 +15,12 @@ ChangesEnvironment=yes [Files] Source: "ghc-@VERSION@\*"; DestDir: "{app}"; Flags: recursesubdirs -Source: "ghc-@VERSION@\README.txt"; DestDir: "{app}"; Flags: isreadme [Icons] Name: "{group}\@VERSION@\GHCi"; Filename: "{app}\bin\ghci.exe" Name: "{group}\@VERSION@\GHC Documentation"; Filename: "{app}\doc\index.html" Name: "{group}\@VERSION@\GHC Library Documentation"; Filename: "{app}\doc\libraries\index.html" Name: "{group}\@VERSION@\GHC Flag Reference"; Filename: "{app}\doc\users_guide\flag-reference.html" -Name: "{group}\@VERSION@\GHC Readme"; Filename: "{app}\README.txt" [Registry] ; set up icon associations -- 1.7.10.4