goba            Sun Feb 24 06:04:24 2002 EDT

  Modified files:              
    /phpdoc     configure.in 
  Log:
  OK, so files that are not in en dir and not searched for in the
  traslation dir, so we need to define this entity here to let manuals
  build for languages with old install.xml parts
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.142 phpdoc/configure.in:1.143
--- phpdoc/configure.in:1.142   Tue Feb 19 04:39:01 2002
+++ phpdoc/configure.in Sun Feb 24 06:04:22 2002
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.142 2002/02/19 09:39:01 goba Exp $
+dnl $Id: configure.in,v 1.143 2002/02/24 11:04:22 goba Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -761,6 +761,9 @@
   echo " CHM inclusion disabled"
 fi
 if test -f "$srcdir/$LANGDIR/chapters/install.xml"; then
+  echo "<!-- old install.xml found in language dir -->" >> entities/chapters.ent
+  echo "<!ENTITY chapters.install SYSTEM '$srcdir/$LANGDIR/chapters/install.xml'>" >> 
+entities/chapters.ent
+  echo  >> entities/chapters.ent
   echo " Using install.xml in language dir"
 else
   echo "<!-- old install.xml not found in language dir -->" >> entities/chapters.ent


Reply via email to