On 06/16/05 19:40, Ingo Wolfsberger wrote:
Thus, CVS-users must read sgml files drectly from the CVS to get documentation :-(
Users of CVS version should know how to generate up to date documentation from the sgml when necessary, otherwise there is no point for them to use CVS version in the first place.
Uhm... it was not easy to find a way to convert them to html but its easy.
jw -u -o pathtooutputdir/ patchtothesgmlfile/nameofthesgmlfile jw is a dookbook tool.
There are some other useful tools (which actually are wrappers): docbook2txt docbook2html docbook2pdf
The makefile in the new fork has now command to automatically generate the documentation based on this tools, e.g., make modules-readme make modules-docbook-html ...
Daniel
bye, Ingo