On Tue, Aug 10, 2010 at 11:51, Pierre Joye <pierre....@gmail.com> wrote: > ok... > > Hannes can you point me again to the procedure to setup an environment > to generate CHM from php-doc please?
pear install doc.php.net/phd for lang in en fr ja ; do svn co http://svn.php.net/repository/phpdoc/modules/doc-$lang php configure.php doc-base/configure.php --lang=$lang phd -d doc-$lang/doc-base/.manual.xml --package PHP --format chm --lang $lang ./doc-base/trunk/build.chms.bat $lang done or something along those lines. You may want to have just one full svn checkout of the languages. Kalle did some changes to the build.chms.bat so you should probably ask him or look at how it works -Hannes