[commit: ghc] ghc-8.0: mkDocs: Fix fallout from c5f4f95c64006a9f (9d1ebfb)
git at git.haskell.org
git at git.haskell.org
Sun Feb 7 18:13:27 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/9d1ebfbe689f9e4ba97b84b080bca71a38340709/ghc
>---------------------------------------------------------------
commit 9d1ebfbe689f9e4ba97b84b080bca71a38340709
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Feb 7 10:40:31 2016 -0500
mkDocs: Fix fallout from c5f4f95c64006a9f
Fixes #11419
(cherry picked from commit c96acf366119eeb683dc413e84610bfc168e1106)
>---------------------------------------------------------------
9d1ebfbe689f9e4ba97b84b080bca71a38340709
distrib/mkDocs/mkDocs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distrib/mkDocs/mkDocs b/distrib/mkDocs/mkDocs
index e06ea6a..fbb0a6f 100755
--- a/distrib/mkDocs/mkDocs
+++ b/distrib/mkDocs/mkDocs
@@ -30,7 +30,7 @@ cd ..
[ "$NO_CLEAN" -eq 0 ] && rm -r linux
tar -Jxf "$WINDOWS_BINDIST"
mv ghc* windows
-cd inst/share/doc/ghc/html/libraries
+cd inst/share/doc/ghc*/html/libraries
mv ../../../../../../windows/doc/html/libraries/Win32-* .
sh gen_contents_index
cd ..
More information about the ghc-commits
mailing list