phanto          Sun Jan 27 06:51:01 2002 EDT

  Modified files:              
    /phpdoc     configure.in 
  Log:
  zendapi integration
  - forgot something yesterday
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.121 phpdoc/configure.in:1.122
--- phpdoc/configure.in:1.121   Sat Jan 26 18:11:10 2002
+++ phpdoc/configure.in Sun Jan 27 06:51:01 2002
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.121 2002/01/26 23:11:10 phanto Exp $
+dnl $Id: configure.in,v 1.122 2002/01/27 11:51:01 phanto Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -356,7 +356,7 @@
 AC_ARG_WITH(zendapi,
 [  --with-zendapi=[DIR]      Look for ZendAPI documentation in the specified 
directory],
 [
-  if test -f "$withval/manual.xml" ; then
+  if test -f "$withval/Extending_Zend.xml" ; then
     ZENDAPI=$withval
   fi
 ],[
@@ -651,7 +651,7 @@
   echo  >> entities/chapters.ent
 else
   echo "<!-- ZendAPI not found -->" >> entities/chapters.ent
-  echo "<!ENTITY zend.api \"\">" >> entities/chapters.ent
+  echo "<!ENTITY zendapi.toc \"\">" >> entities/chapters.ent
 fi
 for file in `find $srcdir/en -name "*.xml" | sed -e"s%^$srcdir\/en\/%%g" | sort`
 do 


Reply via email to