diff options
author | Ian Lynagh <igloo@earth.li> | 2012-02-02 19:21:20 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-02-02 19:21:20 +0000 |
commit | bbe2d21a110f2eb3f3c3c06536816bd28179f38d (patch) | |
tree | 464e17d629545b69b88addcee0ce848d06e772b7 /distrib | |
parent | d2d5ee16cf21c5b32333ff57ba0a65f89ff7e988 (diff) | |
download | haskell-bbe2d21a110f2eb3f3c3c06536816bd28179f38d.tar.gz |
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.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/mkDocs/mkDocs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/mkDocs/mkDocs b/distrib/mkDocs/mkDocs index 07faa3d647..4d030a5005 100644 --- a/distrib/mkDocs/mkDocs +++ b/distrib/mkDocs/mkDocs @@ -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 |