nlopess         Fri Jan  2 12:33:36 2004 EDT

  Modified files:              
    /phpdoc     Makefile.in 
  Log:
  fixed funcindex.xml generation
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.142 phpdoc/Makefile.in:1.143
--- phpdoc/Makefile.in:1.142    Wed Dec 31 20:17:53 2003
+++ phpdoc/Makefile.in  Fri Jan  2 12:33:36 2004
@@ -16,7 +16,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.142 2004/01/01 01:17:53 goba Exp $
+# $Id: Makefile.in,v 1.143 2004/01/02 17:33:36 nlopess Exp $
 #
 
 all: html
@@ -121,8 +121,8 @@
        echo "         reusing old file" ;\
        touch funcindex.xml ;\
        else \
-       echo "$(PHP) -q $(srcdir)/scripts/genfuncindex.php ../quickref.txt > 
funcindex.xml" ;\
-       $(PHP) -q $(srcdir)/scripts/genfuncindex.php ../quickref.txt > funcindex.xml ;\
+       echo "$(PHP) -q $(srcdir)/scripts/genfuncindex.php quickref.txt > 
funcindex.xml" ;\
+       $(PHP) -q $(srcdir)/scripts/genfuncindex.php quickref.txt > funcindex.xml ;\
        fi
 
 mirror-files: $(MIRROR_TARGETS)

Reply via email to