2008/9/26 Richard Quadling <[EMAIL PROTECTED]>: >> $ cd /path/to/your/phpdoc/checkout >> $ php configure.php >> $ phd -f xhtml -t chmsource -d .manual.xml >> # Microsoft magic here.. :) [...] > The MS Magic is as simple as running the php_manual_en.hhp that is > created in your output folder.
I've followed your instructions and the regular CHM file builds correctly [1]. May I assume that the download section features a December 2007 manual only because the release process is not automated and nobody did it manually? One more question... In the source code there's a make_chm.bat script that seems part of this process: 1. Generate *.html files from DocBook XML 2. Transform the *.html files with regular expressions 3. Compile into *.chm It looks like the only way to generate the extended (aka fancy) manual with user notes. Is it an old build process that no longer works because the regular expressions do not match the new manual TOC? I'd say that the fancy skins rely on a very specific HTML structure... I wonder if it's too difficult to fix... This version of the manual is particularly valuable. [1] http://alvaro.es/archivos/php_manual_en%20(2008-09-26).chm -- -- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain -- Mi sitio sobre programación web: http://bits.demogracia.com -- Mi web de humor con aroma de lavanda: http://www.demogracia.com --
