hholzgra                Mon Jan  7 17:32:19 2002 EDT

  Modified files:              
    /phpdoc     configure.in Makefile.in 
  Log:
  make relative entity pathes work for both dsssl with jade/openjade
  and for xsl with saxon
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.107 phpdoc/configure.in:1.108
--- phpdoc/configure.in:1.107   Mon Jan  7 17:07:23 2002
+++ phpdoc/configure.in Mon Jan  7 17:32:13 2002
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.107 2002/01/07 22:07:23 hholzgra Exp $
+dnl $Id: configure.in,v 1.108 2002/01/07 22:32:13 hholzgra Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -598,8 +598,8 @@
 if test -d "$ZENDAPI"; then
   echo  >> entities/chapters.ent
   echo "<!-- begin ZendAPI integration -->" >> entities/chapters.ent
-  echo "<!ENTITY % zend.defs     SYSTEM \"../$ZENDAPI/Extending_Zend.ent\">" >> 
entities/chapters.ent
-  echo "<!ENTITY zend.api SYSTEM \"../$ZENDAPI/Extending_Zend.xml\">" >> 
entities/chapters.ent
+  echo "<!ENTITY % zend.defs     SYSTEM \"./$ZENDAPI/Extending_Zend.ent\">" >> 
+entities/chapters.ent
+  echo "<!ENTITY zend.api SYSTEM \"./$ZENDAPI/Extending_Zend.xml\">" >> 
+entities/chapters.ent
   echo  >> entities/chapters.ent
   echo "%zend.defs;"  >> entities/chapters.ent
   echo "<!-- end ZendAPI integration -->" >> entities/chapters.ent
@@ -619,9 +619,9 @@
     echo " untranslated $file (`wc -l <$file | tr -d ' '` lines)"
   fi
   DEPEND_FILES="$DEPEND_FILES $file"
-  echo "<!ENTITY $name     SYSTEM \"../$file\">" >> entities/chapters.ent
+  echo "<!ENTITY $name     SYSTEM \"./$file\">" >> entities/chapters.ent
 done
-echo "<!ENTITY global.function-index  SYSTEM \"../funcindex.xml\">" >> 
entities/chapters.ent
+echo "<!ENTITY global.function-index  SYSTEM \"./funcindex.xml\">" >> 
+entities/chapters.ent
 
 chmod a-w entities/chapters.ent
 
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.87 phpdoc/Makefile.in:1.88
--- phpdoc/Makefile.in:1.87     Mon Jan  7 12:36:35 2002
+++ phpdoc/Makefile.in  Mon Jan  7 17:32:19 2002
@@ -17,7 +17,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.87 2002/01/07 17:36:35 hholzgra Exp $
+# $Id: Makefile.in,v 1.88 2002/01/07 22:32:19 hholzgra Exp $
 #
 
 
@@ -25,8 +25,8 @@
 srcdir=@srcdir@
 scriptdir=@srcdir@/scripts
 PHP_SOURCE=@PHP_SOURCE@
-LANG=@LANG@
-JADE=@SP_OPTIONS@ @JADE@ -wno-idref
+LANG=@LANG@ -D .
+JADE=@SP_OPTIONS@ @JADE@ -D . -wno-idref
 NSGMLS=@SP_OPTIONS@ @NSGMLS@
 PHP=@PHP@
 


Reply via email to