From: Ian Lynagh Date: Wed, 29 Sep 2010 13:33:28 +0000 (+0000) Subject: Fix the doc directory on Windows X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=915ea7223dfd3050922008b0ca6dfdf921b31578;p=ghc-hetmet.git Fix the doc directory on Windows --- diff --git a/utils/ghc-cabal/ghc-cabal.hs b/utils/ghc-cabal/ghc-cabal.hs index 41abd39..fb1c870 100644 --- a/utils/ghc-cabal/ghc-cabal.hs +++ b/utils/ghc-cabal/ghc-cabal.hs @@ -176,7 +176,7 @@ doInstall ghc ghcpkg strip topdir directory distDir libsubdir = toPathTemplate "$pkgid", docdir = toPathTemplate $ if relocatableBuild - then "$topdir/$pkgid" + then "$topdir/../doc/html/libraries/$pkgid" else (myDocdir "$pkgid"), htmldir = toPathTemplate "$docdir" }