
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? Thank you in advance for help, ----------------- Serge Mechveliani mechvel@botik.ru

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

On Thu, Oct 12, 2006 at 11:33:35AM +0100, Simon Marlow wrote:
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'.
It starts good but ends with ----------- /usr/bin/install -c -m 644 ../html-docs/rts/* /home/mechvel/ghc/6.6/inst/share/ghc-6.6/html/libraries/rts /usr/bin/install: cannot stat `../html-docs/rts/*': No such file or directory /usr/bin/install: cannot stat `rts.haddock': No such file or directory make[1]: *** [install-docs] Error 1 ----------- I wonder where should reside `../html-docs/rts/*', what might this mean, and what is haddock. ----------------- Serge Mechveliani mechvel@botik.ru
participants (2)
-
Serge D. Mechveliani
-
Simon Marlow