Hi
>> > On Wed, 29 May 2002, Rafael Martinez wrote: >> > [.......] >> > If I uninstall php-4.2.1, everything works fine, like before the >> > installation, but when it is installed, the spanish manual can not be generated. >> >> So after the run of autoconf && ./configure --with-lang=es are there >> errors when you try make test? >> Maybe you should configure php like the php.ini provided in the >> scripts dir. Have a look at entities/chapters.ent and if you see >> html-errors from php its your php config. >> >> But nevertheless, I may be wrong in all points. It would be helpful, >> if you can provide a bit more of information, especially what kind of >> errors you get by make test :-) >> > Hei > That is the problem ... I do not get any errors, not when I generate the > manual, not when I run make test. But, the manual generated is in english > except the chapter about "Instalation", this is the problem ;-) > Sincerely > Rafael Martinez > PD.- entities/chapters.ent looks good, I think. The problem again is that > all entities (except the one about Instalation) has a reference to > phpdoc-es/en/ and not phpdoc-es/es so the manual generated is in english. did you checkout with cvs co phpdoc-es-dir in your phpdoc directory? The structure should look like this /phpdoc ... en es .. I just did a checkout of the phpdoc-es module in my phpdoc dir with cvs co phpdoc-es-dir and the entities/chapters.ent looks right: the entities should point to phpdoc/es/....for your translated files. Did you notice the splitting of the cvs-tree? Sorry, but at the moment I have no other suggestions. And again, I mybe wrong :-) Did you look at the actual howto? Regards Friedhelm