searching docs in 6.6
Simon Marlow
simonmarhaskell at gmail.com
Thu Oct 12 06:33:35 EDT 2006
Serge D. Mechveliani wrote:
> Please, who knows how to find (install) docs in ghc-6.6 ?
>
> I install ghc-6.6 from source to ~/ghc/6.6/ghc-6.6/inst
> by
> ./configure --prefix=/home/mechvel/ghc/6.6/inst
> make
> make install
>
> The installed system seems to work.
> Then, I apply the WWW brouser to see the documentation. It shows at
> ~/ghc/6.6/ghc-6.6/docs/
> the files index.html, users_guide/
> and such,
> but I cannot see the docs further because of that
> " ~/ghc/6.6/ghc-6.6/docs/users_guide/index.html cannot be found ".
>
> How to install it, please?
Try 'make install-docs'.
Cheers,
Simon
More information about the Glasgow-haskell-users
mailing list