Date: 11/27/01
- Next message: jim winstead: "[PHP-DOC] cvs: phpdoc / manual.xml.in"
- Previous message: Jirka Kosek: "[PHP-DOC] Re: Regarding Arabic Charset"
- Next in thread: Salah Faya: "Re: [PHP-DOC] cvs: phpdoc / configure.in"
- Maybe reply: Salah Faya: "Re: [PHP-DOC] cvs: phpdoc / configure.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: jim winstead: "[PHP-DOC] cvs: phpdoc / manual.xml.in"
- Previous message: Jirka Kosek: "[PHP-DOC] Re: Regarding Arabic Charset"
- Next in thread: Salah Faya: "Re: [PHP-DOC] cvs: phpdoc / configure.in"
- Maybe reply: Salah Faya: "Re: [PHP-DOC] cvs: phpdoc / configure.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

