diff options
author | Ian Lynagh <igloo@earth.li> | 2008-10-21 16:25:43 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-10-21 16:25:43 +0000 |
commit | 01b2aae11b6e1e4b10bd3c171a9f012eef15ed8c (patch) | |
tree | 7fe324214f05ac9836a4405f0d7b3f4cc3f0eb0d /distrib | |
parent | 61182b3262baaa532c9f1c4730e255c8e2250ad7 (diff) | |
download | haskell-01b2aae11b6e1e4b10bd3c171a9f012eef15ed8c.tar.gz |
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.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/ghc.iss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/distrib/ghc.iss b/distrib/ghc.iss index 574bcb879d..c137f32cf8 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 |