Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
915ea722
Commit
915ea722
authored
Sep 29, 2010
by
Ian Lynagh
Browse files
Fix the doc directory on Windows
parent
08200f4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/ghc-cabal/ghc-cabal.hs
View file @
915ea722
...
@@ -176,7 +176,7 @@ doInstall ghc ghcpkg strip topdir directory distDir
...
@@ -176,7 +176,7 @@ doInstall ghc ghcpkg strip topdir directory distDir
libsubdir
=
toPathTemplate
"$pkgid"
,
libsubdir
=
toPathTemplate
"$pkgid"
,
docdir
=
toPathTemplate
$
docdir
=
toPathTemplate
$
if
relocatableBuild
if
relocatableBuild
then
"$topdir/$pkgid"
then
"$topdir/
../doc/html/libraries/
$pkgid"
else
(
myDocdir
</>
"$pkgid"
),
else
(
myDocdir
</>
"$pkgid"
),
htmldir
=
toPathTemplate
"$docdir"
htmldir
=
toPathTemplate
"$docdir"
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment