techtonik               Mon Apr 11 16:38:08 2005 EDT

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  + use genfuncsummary.php instead of both genfuncsummary.sh
     and funcsummary.awk in phpdoc/scripts
  
http://cvs.php.net/diff.php/phpdoc/Makefile.in?r1=1.166&r2=1.167&ty=u
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.166 phpdoc/Makefile.in:1.167
--- phpdoc/Makefile.in:1.166    Sun Apr  3 11:34:29 2005
+++ phpdoc/Makefile.in  Mon Apr 11 16:38:08 2005
@@ -16,7 +16,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.166 2005/04/03 15:34:29 techtonik Exp $
+# $Id: Makefile.in,v 1.167 2005/04/11 20:38:08 techtonik Exp $
 #
 
 all: html
@@ -128,7 +128,7 @@
         fi
 
 funcsummary.txt: FORCE
-       $(scriptdir)/genfuncsummary.sh $(PHP_SOURCE) > funcsummary.txt
+       $(PHP) -C -q $(scriptdir)/genfuncsummary.php $(PHP_SOURCE) > 
funcsummary.txt
 
 revcheck.html: FORCE
        PHPDOCDIR=$(srcdir) $(PHP) -c $(scriptdir) -f $(scriptdir)/revcheck.php 
$(LANGDIR) > revcheck.html
@@ -333,7 +333,7 @@
 # {{{ cleanup 
 
 clean:
-       rm -rf html php fancy figures howto/html howto/php
+       rm -rf html php fancy howto/html howto/php htmlhelp/html
        rm -f @[EMAIL PROTECTED] [a-z]*.html @[EMAIL PROTECTED] manual.info
        rm -f @[EMAIL PROTECTED] @[EMAIL PROTECTED] .manual.xml
        rm -f manual_*.pdb @srcdir@/scripts/makedoc *.manifest

Reply via email to