On 18.06.2005 00:49, Dave Fancella wrote: > How does Crimson store and then build its documentation? I think > (iirc) it uses xml for the raw documentation, then converts it to > man pages. Does it also output html documentation? It can. Do a "make html" in the doc dir. Doing that requires libxslt (xsltproc) and the docbook-xsl-stylesheets, same as building the man pages. Jens