[PHP-DOC] cvs: phpdoc / configure.in
by jim winstead other posts by this author
Nov 27 2001 8:57PM messages near this date
[PHP-DOC] cvs: phpdoc / manual.xml.in
|
[PHP-DOC] Bug #14257 Updated: iptcembed is missing from online function reference
jimw Tue Nov 27 15:57:43 2001 EDT
Modified files:
/phpdoc configure.in
Log:
funcindex.xml lives in $srcdir, which is not always '.'.
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.86 phpdoc/configure.in:1.87
--- phpdoc/configure.in:1.86 Fri Nov 23 10:01:09 2001
+++ phpdoc/configure.in Tue Nov 27 15:57:43 2001
@@ -1,6 +1,6 @@
-dnl $Id: configure.in,v 1.86 2001/11/23 15:01:09 hholzgra Exp $
+dnl $Id: configure.in,v 1.87 2001/11/27 20:57:43 jimw Exp $
AC_INIT(global.ent)
@@ -485,7 +485,7 @@
DEPEND_FILES="$DEPEND_FILES $file"
echo "<!ENTITY $name SYSTEM \"$file\"> " >> chapters.ent
done
-echo "<!ENTITY global.function-index SYSTEM \"./funcindex.xml\"> " >> chapters.ent
+echo "<!ENTITY global.function-index SYSTEM \"$srcdir/funcindex.xml\"> " >> chapters.ent
chmod a-w chapters.ent
|