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: Sun, 02 Oct 2011 11:17:21 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/10/02 11:17:21

Modified files:
        tp             : texi2any.pl 

Log message:
        texi2html style only sets HTML module defaults.

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

Patches:
Index: texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- texi2any.pl 30 Sep 2011 16:53:45 -0000      1.64
+++ texi2any.pl 2 Oct 2011 11:17:21 -0000       1.65
@@ -466,15 +466,8 @@
                                             'Up', 'Forward', 'FastForward' ]],
   );
   foreach my $option (@texi2html_options) {
-    #set_from_init_file($option->[0], $option->[1]);
-    #$converter_default_options->{$option->[0]} = $option->[1];
-    #no warnings 'once';
-    if (exists($Texinfo::Convert::HTML::defaults{$option->[0]})) {
-      $Texinfo::Convert::HTML::defaults{$option->[0]} = $option->[1];
-    } else {# 
(exists($Texinfo::Convert::Converter::all_converters_defaults{$option->[0]})) {
       no warnings 'once';
-      $Texinfo::Convert::Converter::all_converters_defaults{$option->[0]} = 
$option->[1];
-    }
+    $Texinfo::Convert::HTML::defaults{$option->[0]} = $option->[1];
   }
 }
 



reply via email to

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