tom             Fri May 31 17:05:30 2002 EDT

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  implemented phpdoc-vers. of php.ini for revcheck
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.117 phpdoc/Makefile.in:1.118
--- phpdoc/Makefile.in:1.117    Sat May 25 13:03:46 2002
+++ phpdoc/Makefile.in  Fri May 31 17:05:28 2002
@@ -13,7 +13,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.117 2002/05/25 17:03:46 jimw Exp $
+# $Id: Makefile.in,v 1.118 2002/05/31 21:05:28 tom Exp $
 #
 
 all: html
@@ -100,7 +100,7 @@
        $(scriptdir)/genfuncsummary.sh $(PHP_SOURCE) > funcsummary.txt
 
 revcheck.html: FORCE
-       PHPDOCDIR=$(srcdir) $(PHP) -f $(scriptdir)/revcheck.php $(LANGCODE) > 
revcheck.html
+       PHPDOCDIR=$(srcdir) $(PHP) -c $(scriptdir) -f $(scriptdir)/revcheck.php 
+$(LANGCODE) > revcheck.html
 
 funcindex.xml: quickref.txt
        @if test "$(PHP)" = "no"; then \


Reply via email to