From: Ian Lynagh Date: Tue, 21 Oct 2008 16:25:43 +0000 (+0000) Subject: Don't put the README file in the Windows installer; fixes trac #2698 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=01b2aae11b6e1e4b10bd3c171a9f012eef15ed8c 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. --- 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