hholzgra                Sun Jan 14 10:18:07 2001 EDT

  Modified files:              
    /phpdoc     configure.in manual.xml.in 
  Log:
  underscores in filenames can lead to confused tools here ... :(
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.47 phpdoc/configure.in:1.48
--- phpdoc/configure.in:1.47    Sat Jan 13 13:54:07 2001
+++ phpdoc/configure.in Sun Jan 14 10:18:07 2001
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.47 2001/01/13 21:54:07 jah Exp $
+dnl $Id: configure.in,v 1.48 2001/01/14 18:18:07 hholzgra Exp $
 
 AC_INIT(global.ent)
 
@@ -248,7 +248,6 @@
 fi
 
 
-
 dnl check for files and translations, create chapter entities
 echo creating chapters.ent
 DEPEND_FILES=""
@@ -256,7 +255,7 @@
 echo "<!-- DON'T TOUCH - AUTOGENERATED BY ./configure -->" > chapters.ent
 for file in `find $srcdir/en -name "*.xml" | sed -e"s%^$srcdir\/en\/%%g" | sort`
 do 
-       name=`echo $file | sed -e"s/\//./g" -e"s/.xml$//g"`
+       name=`echo $file | sed -e"s/\//./g" -e"s/.xml$//g" -e "s/_/-/g"`
        if test -f $srcdir/$LANGDIR/$file  
        then
                file=$srcdir/$LANGDIR/$file     
Index: phpdoc/manual.xml.in
diff -u phpdoc/manual.xml.in:1.44 phpdoc/manual.xml.in:1.45
--- phpdoc/manual.xml.in:1.44   Sat Jan 13 13:54:07 2001
+++ phpdoc/manual.xml.in        Sun Jan 14 10:18:07 2001
@@ -73,6 +73,7 @@
   &functions.cpdf;
   &functions.curl;
   &functions.cybercash;
+       &functions.ctype;
   &functions.dba;
   &functions.datetime;
   &functions.dbase;
@@ -95,7 +96,7 @@
   &functions.imap;
   &functions.ifx;
   &functions.ibase;
-  &functions.ingres_ii;
+  &functions.ingres-ii;
   &functions.ldap;
   &functions.mail;
   &functions.math;


Reply via email to