summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-11-25 12:41:50 +0000
committerIan Lynagh <igloo@earth.li>2007-11-25 12:41:50 +0000
commit5342abc7b49aaed756adfc18d5e362d3387bb1b3 (patch)
tree7c1eddb0f9f32571b11db23f1f83c15658caaf5b /distrib
parentd2b3daa3cc474e6ab010fb6af5c21ddb852b8b5b (diff)
downloadhaskell-5342abc7b49aaed756adfc18d5e362d3387bb1b3.tar.gz
Remove html/ from the paths we put in the start menu on Windows
Diffstat (limited to 'distrib')
-rw-r--r--distrib/ghc.iss4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/ghc.iss b/distrib/ghc.iss
index dcadd73b5c..8259b17551 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]