"anatoly techtonik" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > ||*()*|| Hi, Vlad. > > VJ> Also, it's unclear which one directory is really used for building chm > VJ> files. > VJ> I see two concurent ways: phpdoc/htmlhelp/make_chm.bat and > VJ> phpdoc/chm/make_chm.bat > > Read chm/make_chm.README and htmlhelp/README.txt
Sure, I read them. > > VJ> Both set of tools expect all the files produced by running make in html > VJ> subdirectory while really it appears a level higher. > VJ> So with default setting neither works. > > It is invoked from makefile in directory level above. I.e. cd phpdoc/ > and then > >make chm > or > >make chm_xml The problems are 1) php files in those directories are useless under Win32 and this was not clear from the README files. 2) phpdoc/html/picture directory is not used for building hpp file and therefore chm misses those pictures. 3) building tools used under Linux insert a lot of "?" symbols in some links. Probably it's due to some locale-specifics and caused by building platform. At least, I can't replicate this problem under my Linux. So it's necessary somebody to take a look at the building environment and correct the problem. JV