Documentation
Simon Marlow
simonmar@microsoft.com
Thu, 1 Feb 2001 03:14:14 -0800
> Dear all,
>
> I just successfully installed GHC 4.08.1 and Happy 1.9
> from source under SuSE linux. However, it seems that
> the doumentation is not generated. Do I have to take
> special actions (NB configure seems to be satisfied with
> the DocBook installation)?
>
Yup, you have to explicitly ask for the documentation. Go to
ghc/docs/set, and type 'make set'. The full documentation (combined
Users' Guide and Library reference) will end up in set/ after a while.
Cheers,
Simon