texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/tp texi2any.pl


From: Patrice Dumas
Subject: texinfo/tp texi2any.pl
Date: Tue, 27 Sep 2011 22:46:41 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/09/27 22:46:41

Modified files:
        tp             : texi2any.pl 

Log message:
        Search locales in the right place when running tests in texi2html
        directory.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/texi2any.pl?cvsroot=texinfo&r1=1.62&r2=1.63

Patches:
Index: texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -b -r1.62 -r1.63
--- texi2any.pl 25 Sep 2011 22:07:13 -0000      1.62
+++ texi2any.pl 27 Sep 2011 22:46:40 -0000      1.63
@@ -146,7 +146,7 @@
   # FIXME
   # or in the texi2html directory
   my $locales_dir_found = 0;
-  foreach my $locales_dir ("$libsrcdir/locales", "./locales", 
'../texi2html/locales') {
+  foreach my $locales_dir ("../../../tp/t/locales", "$libsrcdir/locales", 
"./locales", '../texi2html/locales') {
     if (-d $locales_dir) {
       Locale::Messages::bindtextdomain ($strings_textdomain, $locales_dir);
       $locales_dir_found = 1;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]