Johan Tibell wrote:
It seems like you don't have the DocBook package or at least the
configure script failed to find it. In the mk/config.mk script the
DIR_DOCBOOK_XSL variable should point to the root directory of DocBook
but for you probably it is empty.
I installed docbook.
$ which xsltproc
/usr/bin/xsltproc
But it still fails.
------------------------------------------------------------------------
== make html - --no-print-directory -r;
in /home/tibbe/dev/haskell/ghc/docs/building
------------------------------------------------------------------------
rm -f -rf building/
/usr/bin/xsltproc --stringparam base.dir building/ \
--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 building.xml
warning: failed to load external entity "/html/chunk.xsl"
cannot parse /html/chunk.xsl
make[2]: *** [building/index.html] Error 4
make[1]: *** [html] Error 1
make: *** [html] Error 1
did you re-configure after installing docbook?
Cheers,
Simon
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc