I have in-house IDE I use with Yii and I want to make integration with Yii Manuals (API, Guide and Blog). All I need is un-compiled CHM files (html/css/js and .hhp .hhk and .hhc). I tried with Guide and all I can get is latex files. So is with blog. I did not get API generate files (see error log below.)
My question is, is it possible to get that with Yii. I got it when compiling PHP Manual’s docbook XML.
I don’t understand much of Yii docs so sorry if it is something obvious
And If I posted in inappropriate place, I apologize.
I don’t thinks so, because I don’t need to compile them in chm. So that final step is unnecessary unless it is compulsory to make the script run. I’m working from Ubuntu with no hhc compiler (I don’t need CHM but the files that are finally compiled into CHM)
How do I install phpdoc? Pear or something like that? Is it necessary to do the build?
What is it? That script in build directory?
If so then Yes. Actually what I did was downloading the archive from github extracted and CD-ed to that directory
I have read this paper and its promising but the latex2html in Ubuntu requires like 0.5GB, quiet huge (with dependencies of course). Is there a light solution out there?
Also I cannot get API build. I have tried as log above shows. But I have tried to remove Guide and Blog from build.xml and leave API alone but it builds empty archive in build/release/dist. What am I doing wrong?