Home > Archive > PHP Documentation > September 2005 > Re[2]: [PHP-DOC] wrong symbols in phpdoc/chm
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re[2]: [PHP-DOC] wrong symbols in phpdoc/chm
|
|
| anatoly techtonik 2005-09-24, 7:56 am |
| ||*()*|| 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
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
t
--
| |
| Vlad J. 2005-09-26, 7:55 am |
|
"anatoly techtonik" <techtonik@php.net> wrote in message
news:130617491.20050923002321@tut.by...
> ||*()*|| 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[color=darkred]
> 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
> or
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
|
|
|
|
|