Skip to content
Snippets Groups Projects
Commit e033dd05 authored by adam's avatar adam
Browse files

mkDocs: support hadrian bindists #18973

parent c6477639
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment