Skip to content
Snippets Groups Projects
Commit bbe2d21a authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Don't include Cabal in mkDocs

Cabal no longer has a userguide that we know how to build, so we
can't include it in our docs.
parent d2d5ee16
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ cd inst/share/doc/ghc/html/libraries
mv ../../../../../../../windows/doc/html/libraries/Win32-* .
sh gen_contents_index
cd ..
for i in Cabal haddock libraries users_guide
for i in haddock libraries users_guide
do
tar -jcf ../../../../../../$i.html.tar.bz2 $i
done
......
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