On Fri, Sep 26, 2008 at 10:05, Álvaro G. Vicario <[EMAIL PROTECTED]> wrote: > Is anyone maintaining the CHM and Extended CHM manuals? They haven't > been updated for almost a year. I've built both editions from CVS and > the result is basically wrong styles and no index. I suppose the > changes in the manual structure broke the build scripts :-?
You should be able to use PhD to render the manual into CHM compatible format, and the build the CHM from those files "normally" with the hhc.exe from Microsoft... $ cd /path/to/your/phpdoc/checkout $ php configure.php $ phd -f xhtml -t chmsource -d .manual.xml # Microsoft magic here.. :) -Hannes
