diff options
author | Ian Lynagh <igloo@earth.li> | 2010-03-26 15:59:17 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-03-26 15:59:17 +0000 |
commit | 9e243346e94002e4daf1633ec2a69e974fa6332d (patch) | |
tree | 6fef7b0638fc72ed7700f62389a78e0c906c34fd /distrib | |
parent | 8103141310ee03a9c11b44d561be96eede85ba6a (diff) | |
download | haskell-9e243346e94002e4daf1633ec2a69e974fa6332d.tar.gz |
Fix paths to docs in "Start Menu" entries in Windows installer; fixes #3847
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/ghc.iss.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/ghc.iss.in b/distrib/ghc.iss.in index 411acc8fdf..7a6d007766 100644 --- a/distrib/ghc.iss.in +++ b/distrib/ghc.iss.in @@ -19,9 +19,9 @@ Source: "bindistprep\ghc-@ProjectVersion@\*"; DestDir: "{app}"; Flags: recursesu [Icons] Name: "{group}\@ProjectVersion@\GHCi"; Filename: "{app}\bin\ghci.exe" -Name: "{group}\@ProjectVersion@\GHC Documentation"; Filename: "{app}\doc\index.html" -Name: "{group}\@ProjectVersion@\GHC Library Documentation"; Filename: "{app}\doc\libraries\index.html" -Name: "{group}\@ProjectVersion@\GHC Flag Reference"; Filename: "{app}\doc\users_guide\flag-reference.html" +Name: "{group}\@ProjectVersion@\GHC Documentation"; Filename: "{app}\doc\html\index.html" +Name: "{group}\@ProjectVersion@\GHC Library Documentation"; Filename: "{app}\doc\html\libraries\index.html" +Name: "{group}\@ProjectVersion@\GHC Flag Reference"; Filename: "{app}\doc\html\users_guide\flag-reference.html" [Registry] ; set up icon associations |