andi Wed Sep 12 11:11:04 2001 EDT
Modified files:
/r2/binarycloud Makefile
Log:
Changes to match new Langdef filename
Index: r2/binarycloud/Makefile
diff -u r2/binarycloud/Makefile:1.7 r2/binarycloud/Makefile:1.8
--- r2/binarycloud/Makefile:1.7 Thu Aug 23 17:07:43 2001
+++ r2/binarycloud/Makefile Wed Sep 12 11:11:04 2001
@@ -1,5 +1,5 @@
# {{{ Header
-# -File $Id: Makefile,v 1.7 2001/08/24 00:07:43 alex Exp $
+# -File $Id: Makefile,v 1.8 2001/09/12 18:11:04 andi Exp $
# -License LGPL (http://www.gnu.org/copyleft/lesser.html)
# -Copyright 2001, Intacct Corp.
# -Author odysseas tsatalos, ody...@ya...
@@ -8,7 +8,7 @@
include Makefile.in
# you could replace this with the list of langs
-LANGS=`grep code $(USER_DIR)/conf/langs.xml.php | sed -e 's/^.*<code>//' -e 's/<.*//'`
+LANGS=`grep code $(USER_DIR)/conf/Languages.php.xml | sed -e 's/^.*<code>//' -e 's/<.*//'`
MODULEDIRS= \
base \
|