Excerpts from Peter Eisentraut's message of jue may 13 12:10:21 -0400 2010:
> On ons, 2010-05-12 at 15:24 +0200, John Gage wrote:
> > Yes it would. In fact, I have often wondered why this doesn't exist.
> > How can I do it?
>
> cd doc/src/sgml
> make html JADEFLAGS='-V nochunks -V rootchunk'
>
> That will produce an index.html file with the entire documentation in
> it.
Hmm, this seems a useful candidate for a new make target (assuming the
resulting HTML file can be opened with a browser, that is).
--