Don't put the README file in the Windows installer; fixes trac #2698
authorIan Lynagh <igloo@earth.li>
Tue, 21 Oct 2008 16:25:43 +0000 (16:25 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 21 Oct 2008 16:25:43 +0000 (16:25 +0000)
The README file talks about getting and building the sources, which
doesn't make sense for the installer.

distrib/ghc.iss

index 574bcb8..c137f32 100644 (file)
@@ -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