kennyt Sat Apr 17 12:10:02 2004 EDT
Modified files: /phpdoc Makefile.in Log: added automake target to update working doc tree http://cvs.php.net/diff.php/phpdoc/Makefile.in?r1=1.147&r2=1.148&ty=u Index: phpdoc/Makefile.in diff -u phpdoc/Makefile.in:1.147 phpdoc/Makefile.in:1.148 --- phpdoc/Makefile.in:1.147 Wed Jan 28 11:10:24 2004 +++ phpdoc/Makefile.in Sat Apr 17 12:10:02 2004 @@ -16,7 +16,7 @@ # # -# $Id: Makefile.in,v 1.147 2004/01/28 16:10:24 nlopess Exp $ +# $Id: Makefile.in,v 1.148 2004/04/17 16:10:02 kennyt Exp $ # all: html @@ -316,3 +316,9 @@ for file in `find . -name "*.in"`; do rm `dirname $$file`/`basename $$file .in`; done # }}} +# {{{ tree utils + +pull: + cvs -z3 up -dP $(LANGDIR) + +# }}}