[Git][ghc/ghc][master] mkDocs: support hadrian bindists #18973

Marge Bot gitlab at gitlab.haskell.org
Sun Dec 13 12:14:21 UTC 2020



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
e033dd05 by Adam Sandberg Ericsson at 2020-12-12T10:52:19+00:00
mkDocs: support hadrian bindists #18973

- - - - -


1 changed file:

- distrib/mkDocs/mkDocs


Changes:

=====================================
distrib/mkDocs/mkDocs
=====================================
@@ -31,7 +31,9 @@ cd ..
 tar -Jxf "$WINDOWS_BINDIST"
 mv ghc* windows
 cd inst/share/doc/ghc*/html/libraries
-mv ../../../../../../windows/doc/html/libraries/Win32-* .
+mv ../../../../../../windows/doc/html/libraries/Win32-* . || \ # make binary distribution
+    mv ../../../../../../windows/docs/html/libraries/Win32 . || \ # hadrian binary distribution
+    die "failed to find the Win32 package documentation"
 sh gen_contents_index
 cd ..
 for i in haddock libraries users_guide



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e033dd0512443140dcca5b3c90b84022d8caf942

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e033dd0512443140dcca5b3c90b84022d8caf942
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20201213/1f9bf3a1/attachment.html>


More information about the ghc-commits mailing list