[PHP-DOC] cvs: phpdoc / configure.in From: Hartmut Holzgraefe (hartmut <email protected>)
Date: 01/21/02

hholzgra Mon Jan 21 12:03:42 2002 EDT

  Modified files:
    /phpdoc configure.in
  Log:
  stupid me :(
  funcindex.xml is generated in builddir, not srcdir
  
  saxon6.5 will now treat path as relative to entities file
  while jade and saxon6.3 interprete it as relative to
  manual.xml
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.119 phpdoc/configure.in:1.120
--- phpdoc/configure.in:1.119 Mon Jan 21 11:59:12 2002
+++ phpdoc/configure.in Mon Jan 21 12:03:42 2002
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.119 2002/01/21 16:59:12 hholzgra Exp $
+dnl $Id: configure.in,v 1.120 2002/01/21 17:03:42 hholzgra Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -666,7 +666,7 @@
   DEPEND_FILES="$DEPEND_FILES $file"
   echo "<!ENTITY $name SYSTEM \"$file\">" >> entities/chapters.ent
 done
-echo "<!ENTITY global.function-index SYSTEM \"$srcdir/funcindex.xml\">" >> entities/chapters.ent
+echo "<!ENTITY global.function-index SYSTEM \"$PWD/funcindex.xml\">" >> entities/chapters.ent
 
 chmod a-w entities/chapters.ent