[Haskell-cafe] can't 'make install-docs'

Simon Marlow simonmar at microsoft.com
Tue Jan 25 10:16:06 EST 2005


On 21 January 2005 23:24, Daniel Fischer wrote:

> I've just installed ghc-6.2.2, but couldn't get the docs made.
> I got the following:
> Text/Regex.raw-hs Text/Regex/Posix.raw-hs Text/Show.raw-hs
> Text/Show/Functions.raw-hs \
>         --package=base \
>         --dump-interface=base.haddock \
>         --use-index=../doc-index.html --use-contents=../index.html \
> 
> /bin/sh: line 1: t: command not found
> gmake[2]: [html/haddock.css] Error 127 (ignored)
> /usr/bin/install -c -m 644 html/*
> /usr/local/share/ghc-6.2.2/html/libraries/base
> /usr/bin/install: cannot stat `html/*': No such file or directory
> gmake[2]: *** [install-docs] Error 1
> gmake[1]: *** [install-docs] Error 1
> gmake[1]: Leaving directory `/usr/lib/ghc-6.2.2/libraries'
> gmake: *** [install-docs] Error 1
> 
> What can I do about it?

Looks like you need to install Haddock.

Cheers,
	Simon


More information about the Haskell-Cafe mailing list