>This means jade cannot find a CATALOG file or it is incomplete. PHPDOC
>doesn't contain a README.win32. Where have you read this?
Well, it came out of the cvs repository. I don't know how it got there :-)
It mentions using cygwin etc, which I was already using so no problems
there.
I already looked at google.com, set SGML_CATALOG_FILES to docbook/catalog,
jade/catalog and docbook.dtd/docbook.cat and I still get these messages.
So I poked around a bit, and eventually found that I can get rid of the
error if I start Jade manually with
jade.exe -c /home/cvs-php/docbook.dtd/docbook.cat -c
/home/cvs-php/docbook/catalog -c /home/cvs-php/jade/catalog -d html.dsl -V
use-output-dir -t sgml /home/cvs-php/phpdoc/phpdocxml.dcl manual.xml
This produces the following errors:
f:\home\cvs-php\jade\jade.exe:/home/cvs-php/docbook.dtd/ent/iso-lat1.ent:6:1
9:E: "X00E1" is not a function name
and a whole lot more like it, but it actually generates all html-pages, so
I'm happy!
Cheerio, Marc.