Haddocumentation of 6.8.1
Ian Lynagh
igloo at earth.li
Sun Jan 6 17:03:10 EST 2008
On Fri, Nov 30, 2007 at 03:23:04PM +0100, Daniel Fischer wrote:
> Yesterday, doing runghc ./Setup.hs haddock in zlib.0.4.0.1, I noticed that no
> Haddock docs have been built for my 6.8.1.
>
> Feature request: Could the README in future please contain information on how
> to build library documentation properly?
Good point; I've added this to README:
$ echo "XMLDocWays = html" > mk/build.mk
$ echo "HADDOCK_DOCS = YES" >> mk/build.mk
$ sh boot
$ ./configure
$ make
$ make install
$ make install-docs
Thanks
Ian
More information about the Glasgow-haskell-users
mailing list