texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog texi2html/texi2html.pl


From: Patrice Dumas
Subject: texinfo ChangeLog texi2html/texi2html.pl
Date: Thu, 12 Aug 2010 23:17:04 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        10/08/12 23:17:04

Modified files:
        .              : ChangeLog 
        texi2html      : texi2html.pl 

Log message:
               * texi2html/texi2html.pl: reverse the order of directories where
                Config files are looked for, such that the last called are the
                preferred ones, allowing to override what was set before.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1103&r2=1.1104
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/texi2html.pl?cvsroot=texinfo&r1=1.422&r2=1.423

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1103
retrieving revision 1.1104
diff -u -b -r1.1103 -r1.1104
--- ChangeLog   12 Aug 2010 23:12:50 -0000      1.1103
+++ ChangeLog   12 Aug 2010 23:17:04 -0000      1.1104
@@ -8,6 +8,9 @@
        * texi2ht/texi2html.init (t2h_default_external_href): an
        empty entry in htmlxref causes the corresponding possibility
        being ignored.
+       * texi2html/texi2html.pl: reverse the order of directories where
+       Config files are looked for, such that the last called are the
+       preferred ones, allowing to override what was set before.
 
 2010-08-12  Patrice Dumas  <address@hidden>
 

Index: texi2html/texi2html.pl
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/texi2html.pl,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -b -r1.422 -r1.423
--- texi2html/texi2html.pl      12 Aug 2010 23:07:30 -0000      1.422
+++ texi2html/texi2html.pl      12 Aug 2010 23:17:04 -0000      1.423
@@ -90,7 +90,7 @@
 }
 
 # CVS version:
-# $Id: texi2html.pl,v 1.422 2010/08/12 23:07:30 pertusus Exp $
+# $Id: texi2html.pl,v 1.423 2010/08/12 23:17:04 pertusus Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.gnu.org/software/texinfo/";;
@@ -3752,7 +3752,7 @@
 }
 
 # read initialization files
-foreach my $file (locate_init_file($conf_file_name, address@hidden, 1))
+foreach my $file (locate_init_file($conf_file_name, [ 
reverse(@program_config_dirs) ], 1))
 {
     print STDERR "# reading initialization file from $file\n" if 
($T2H_VERBOSE);
     Texi2HTML::Config::load($file);



reply via email to

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