Re: [PHP-DOC] Livedocs woes

2004-08-14 Thread Gabor Hojtsy
About my patches: I've posted that patches in my website just to don't lost them. Some are tested and can be commited, but some are just proof-of-concept. They can be used later by Ilia, Wez or Derick to fix the problems that I've found (and they may be aware of, but hadn't time to fix yet). The pa

Re: [PHP-DOC] Livedocs woes

2004-08-14 Thread Nuno Lopes
> For anyone with the same troubles, here's what I did: > 1) configure failed to detect my xsltproc binary, so I had to change > "XSLTPROC='no'" to "XSLTPROC=/usr/bin/xsltproc", otherwise, build.sh > fails because it doesn't know how to execute "no" maybe you don't have /usr/bin in the PATH :) the