You should probably 'make html' in libraries/. The error message you get above
is because Haddock is looking for the base.haddock file generated by running
Haddock on the base package.
I got a bit further now but not all the way:
Cannot find documentation for: $example
Warning: Distribution.InstalledPackageInfo: could not find link
destinations for:
Distribution.ParseUtils.PWarning
Warning: Distribution.PackageDescription: could not find link destinations for:
Distribution.ParseUtils.PWarning
------------------------------------------------------------------------
== Recursively making `html' in doc cabal-setup ...
PWD = /home/tibbe/dev/haskell/ghc/libraries/Cabal
------------------------------------------------------------------------
------------------------------------------------------------------------
== make html - --no-print-directory -r;
in /home/tibbe/dev/haskell/ghc/libraries/Cabal/doc
------------------------------------------------------------------------
rm -f -rf Cabal/
/usr/bin/xsltproc --stringparam base.dir Cabal/ \
--stringparam use.id.as.filename 1 \
--stringparam html.stylesheet fptools.css \
--stringparam toc.section.depth 3 --stringparam
section.autolabel 1 --stringparam
section.label.includes.component.label 1 \
/html/chunk.xsl Cabal.xml
warning: failed to load external entity "/html/chunk.xsl"
cannot parse /html/chunk.xsl
make[2]: *** [Cabal/index.html] Error 4
make[1]: *** [html] Error 1
make: *** [html] Error 1
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc