From 915ea7223dfd3050922008b0ca6dfdf921b31578 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 29 Sep 2010 13:33:28 +0000 Subject: [PATCH] Fix the doc directory on Windows --- utils/ghc-cabal/ghc-cabal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- 1.7.10.4