didou Wed Mar 17 05:45:52 2004 EDT
Added files: /livedocs mk_peardoc.php mk_phpdoc.php
Modified files: /livedocs TODO build-ops.in build.sh configure.in mkindex.php Log:
splitted the build process
- added an option to ./configure : --with-build-type[=phpdoc|peardoc]
- mkindex.php now takes another argument, the build type
- added two configuration files (phpdoc and peardoc)
Hi all !
Can someone update his livedocs checkout and run a new build ?
If you don't change anything to your ./configure line, it should works fine. If it's not the case, slap me.
Basically, I did what I described in [1]. Here's a little update :
2) - the if was useless, I removed it
5) and 6) - TODO
There's also a switch($BUILDTYPE) in mkindex.php that need to be removed.
For now, if you try to build peardoc, it won't work unless you take care of hacking scan_entities() (see the previous version of this file in CVS for tips)
Have fun !
Mehdi Achour
[1] - http://news.php.net/article.php?group=php.doc&article=969359561