Re: "make install-docs" broken
Sven Panne <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools |
|---|---|
| Message-ID | <4283C319.9030009__32190.8283317045$1115930491$gmane$org@aedion.de> |
Simon Marlow wrote:
> On 07 May 2005 16:41, Sven Panne wrote:
>
>
>>In the current HEAD "make install-docs" doesn't install the Haddock
>>documentation for fptools/libraries anymore, only empty directories.
>>If I see it correctly, it worked the last time I've tried it on
>>2005-04-23.
>
>
> I don't see any problems here, apart from the fact that the install
> tries to install directories (but that seems harmless). Conceivable
> that something has gone wrong though, since Krasimir changed the build
> so that the Haddock docs from each package are placed in
> fptools/libraries/html/<package> instead of
> fptools/libraries/<package>/html. The motivation was something to do
> with building docs in MS Help format, I don't know the details.
Well, the rearrangement is fine, but the CVS HEAD is still broken:
"make install-docs" in fptools/libraries has to install the generated
Haddock documentation and the index to $(datadir), like it did before.
My favourite quote: Who broke it should fix it! :-) Krasimir?
Cheers,
S.