cvs: php-gtk-doc / configure.in
[email protected] ("Steph Fox")
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <cvssfox1161195317@cvsserver> |
sfox Wed Oct 18 18:15:17 2006 UTC
Modified files:
/php-gtk-doc configure.in
Log:
... a statement of intent with the obligatory careless error in it, natch...
http://cvs.php.net/viewvc.cgi/php-gtk-doc/configure.in?r1=1.36&r2=1.37&diff_format=u
Index: php-gtk-doc/configure.in
diff -u php-gtk-doc/configure.in:1.36 php-gtk-doc/configure.in:1.37
--- php-gtk-doc/configure.in:1.36 Wed Oct 18 18:14:11 2006
+++ php-gtk-doc/configure.in Wed Oct 18 18:15:17 2006
@@ -14,7 +14,7 @@
# +----------------------------------------------------------------------+
#
-# $Id: configure.in,v 1.36 2006/10/18 18:14:11 sfox Exp $
+# $Id: configure.in,v 1.37 2006/10/18 18:15:17 sfox Exp $
AC_INIT([manual/global.ent])
@@ -121,7 +121,7 @@
[ --enable-updates-only whether to only build updated files],
[
UPDATES_ONLY=yes
-if [ test -e ./build/$LANG/php/index.html ]; then
+if [ test -e ./build/$LANG/html/index.html ]; then
for xmlfile in `find $LANGDIR -name "*.xml" | sed -e"s%^$LANGDIR\/%%g" | sort`; do
if [ test -f $LANGDIR/$xmlfile ]; then
filepath=$LANGDIR/$xmlfile