From: Ian Lynagh Date: Sun, 25 Nov 2007 12:41:50 +0000 (+0000) Subject: Remove html/ from the paths we put in the start menu on Windows X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=5342abc7b49aaed756adfc18d5e362d3387bb1b3 Remove html/ from the paths we put in the start menu on Windows --- diff --git a/distrib/ghc.iss b/distrib/ghc.iss index dcadd73..8259b17 100644 --- a/distrib/ghc.iss +++ b/distrib/ghc.iss @@ -19,8 +19,8 @@ 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\html\index.html" -Name: "{group}\@VERSION@\GHC Library Documentation"; Filename: "{app}\doc\html\libraries\index.html" +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 Readme"; Filename: "{app}\README.txt" [Registry]