diff options
author | Ian Lynagh <igloo@earth.li> | 2007-11-25 12:44:29 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-11-25 12:44:29 +0000 |
commit | ffac2b22970b1671ff0f06b231e36314459307d4 (patch) | |
tree | a6d8efbbe8ab89290cd47707befca0e92888b48f /distrib | |
parent | 5342abc7b49aaed756adfc18d5e362d3387bb1b3 (diff) | |
download | haskell-ffac2b22970b1671ff0f06b231e36314459307d4.tar.gz |
On Windows, add a start menu link to the flag reference
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/ghc.iss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distrib/ghc.iss b/distrib/ghc.iss index 8259b17551..574bcb879d 100644 --- a/distrib/ghc.iss +++ b/distrib/ghc.iss @@ -21,6 +21,7 @@ Source: "ghc-@VERSION@\README.txt"; DestDir: "{app}"; Flags: isreadme 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] |