Re: [PHP-DOC] Livedocs without scripts

2004-01-12 Thread Nuno Lopes
Sorry... I have sent a wrong diff Here is the wright patch. Nuno > Nuno Lopes wrote: > > What about this patch for makefile.in? > > > > You can use 'make html' or 'make id=function.xxx'. > > > > Nuno > > +1 for me ;) > > But if i really want this in make html_xsl intead of PHPWEB_DEPS (?). >

Re: [PHP-DOC] Livedocs without scripts

2004-01-12 Thread Gabor Hojtsy
What about this patch for makefile.in? You can use 'make html' or 'make id=function.xxx'. Nuno +1 for me ;) But if i really want this in make html_xsl intead of PHPWEB_DEPS (?). Andre is right, this should not be messed up in the phpweb build target, but in the xsl using make targets instead.

Re: [PHP-DOC] Livedocs without scripts

2004-01-11 Thread André L F S Bacci
Nuno Lopes wrote: > What about this patch for makefile.in? > > You can use 'make html' or 'make id=function.xxx'. > > Nuno +1 for me ;) But if i really want this in make html_xsl intead of PHPWEB_DEPS (?). []s André Æ

Re: [PHP-DOC] Livedocs without scripts

2004-01-11 Thread Nuno Lopes
What about this patch for makefile.in? You can use 'make html' or 'make id=function.xxx'. Nuno --- Index: Makefile.in === RCS file: /repository/phpdoc/Makefile.in,v retrieving revision 1.146 diff -u -r1.146 M

[PHP-DOC] Livedocs without scripts

2004-01-11 Thread André L F S Bacci
Hi for all, I was working with the Fernando in the build system for a manual part and I finished making my experiences with rootid. My findings: - After a autoconf and configure: /usr/bin/xsltproc --timing --stringparam rootid "function.chdir" xsl/html.xsl manual.xml Parsing stylesheet xsl/html.x