nlopess Sat Mar 20 12:56:26 2004 EDT
Modified files:
/livedocs README
Log:
fixing the examples
http://cvs.php.net/diff.php/livedocs/README?r1=1.13&r2=1.14&ty=u
Index: livedocs/README
diff -u livedocs/README:1.13 livedocs/README:1.14
--- livedocs/README:1.13 Sat Mar 20 11:37:28 2004
+++ livedocs/README Sat Mar 20 12:56:26 2004
@@ -1,6 +1,6 @@
README
======
-$Id: README,v 1.13 2004/03/20 16:37:28 didou Exp $
+$Id: README,v 1.14 2004/03/20 17:56:26 nlopess Exp $
vim:et:tw=78
INTRODUCTION
@@ -63,13 +63,14 @@
* building phpdoc for php.net
- ./configure --with-build-log=log.txt --with-docs=/cvs/phpdoc
- --enable-content-caching=yes --with-output-dir=/home/httpd/livedocs
+ ./configure --with-build-log=log.txt --with-docs=/cvs/phpdoc \
+ --enable-content-caching=yes --with-output-dir=/home/httpd/livedocs \
+ --with-theme=php.net
* building peardoc
- ./configure --with-build-log=log.txt --with-docs=/cvs/peardoc
- --enable-content-caching=yes --with-output-dir=/home/httpd/livedocs
+ ./configure --with-build-log=log.txt --with-docs=/cvs/peardoc \
+ --enable-content-caching=yes --with-output-dir=/home/httpd/livedocs \
--with-build-type=peardoc
Make sure that you specify a leading and trailing slash for 'web-base',