goba            Fri Jan  4 07:47:45 2002 EDT

  Removed files:               
    /phpdoc     genfuncindex.in 

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  Replace "genfuncindex" with "make funcindex" in Makefile
  
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.77 phpdoc/Makefile.in:1.78
--- phpdoc/Makefile.in:1.77     Mon Nov 12 18:02:58 2001
+++ phpdoc/Makefile.in  Fri Jan  4 07:47:45 2002
@@ -17,7 +17,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.77 2001/11/12 23:02:58 phanto Exp $
+# $Id: Makefile.in,v 1.78 2002/01/04 12:47:45 goba Exp $
 #
 
 VPATH=@srcdir@
@@ -84,6 +84,8 @@
 pdf: @MANUAL@.pdf
 howto: howto/html/index.html
 howtotgz: howto/howto.html.tar.gz
+funcindex: funcindex.xml
+revcheck: revcheck.html
 
 FORCE:
 
@@ -95,6 +97,9 @@
 
 revcheck.html: FORCE
        PHPDOCDIR=$(srcdir) php -f $(srcdir)/scripts/revcheck.php $(LANG) > 
revcheck.html
+
+funcindex.xml: quickref.txt
+       php -q -d short_tags=off $(srcdir)/genfuncindex.php quickref.txt @ENCODING@ > 
+funcindex.xml
 
 Makefile: $(srcdir)/Makefile.in ./config.status
        CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status


Reply via email to