goba Tue Feb 19 04:39:01 2002 EDT
Modified files:
/phpdoc configure.in
Log:
So blame me for the last to days missing new manuals in all languages ;)
The source files are in $srcdir, and the generated files (like the ones
generated by configure from *.in files) are *not* in srcdir, but in
current dir.
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.141 phpdoc/configure.in:1.142
--- phpdoc/configure.in:1.141 Tue Feb 19 04:28:13 2002
+++ phpdoc/configure.in Tue Feb 19 04:39:01 2002
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.141 2002/02/19 09:28:13 goba Exp $
+dnl $Id: configure.in,v 1.142 2002/02/19 09:39:01 goba Exp $
dnl autoconf initialisation
AC_INIT()
@@ -751,7 +751,7 @@
fi
if test "$CHMENABLED" = "yes"; then
echo "<!-- chmonly pages inclusion enabled -->" >> entities/chapters.ent
- echo "<!ENTITY chmonly SYSTEM '$srcdir/chmonly.xml'>" >> entities/chapters.ent
+ echo "<!ENTITY chmonly SYSTEM 'chmonly.xml'>" >> entities/chapters.ent
echo >> entities/chapters.ent
echo " CHM inclusion enabled"
else
@@ -764,7 +764,7 @@
echo " Using install.xml in language dir"
else
echo "<!-- old install.xml not found in language dir -->" >> entities/chapters.ent
- echo "<!ENTITY chapters.install SYSTEM '$srcdir/installpart.xml'>" >>
entities/chapters.ent
+ echo "<!ENTITY chapters.install SYSTEM 'installpart.xml'>" >> entities/chapters.ent
echo >> entities/chapters.ent
echo " Using the install part from installpart.xml"
fi