texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/texi2html texi2html.init texi2html.pl


From: Karl Berry
Subject: texinfo/texi2html texi2html.init texi2html.pl
Date: Mon, 26 Jul 2010 00:09:00 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/07/26 00:08:59

Modified files:
        texi2html      : texi2html.init texi2html.pl 

Log message:
        reduce error-limit to 100 for compatibility

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/texi2html.init?cvsroot=texinfo&r1=1.281&r2=1.282
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/texi2html.pl?cvsroot=texinfo&r1=1.409&r2=1.410

Patches:
Index: texi2html.init
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/texi2html.init,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -b -r1.281 -r1.282
--- texi2html.init      25 Jul 2010 21:47:28 -0000      1.281
+++ texi2html.init      26 Jul 2010 00:08:57 -0000      1.282
@@ -21,7 +21,7 @@
 # Those values may be overrided by values set in $sysconfdir/texi2html/Config 
 # and then by values set in $HOME/texi2html/Config.
 #
-# $Id: texi2html.init,v 1.281 2010/07/25 21:47:28 pertusus Exp $
+# $Id: texi2html.init,v 1.282 2010/07/26 00:08:57 karl Exp $
 
 
 ##################################################################
@@ -113,8 +113,8 @@
 set_default('TRANSLITERATE_FILE_NAMES', 1);
 
 # --error-limit
-# quit after NUM errors (default 1000).
-set_default('ERROR_LIMIT', 1000);
+# quit after NUM errors (default 100).
+set_default('ERROR_LIMIT', 100);
 
 # --css-include
 # All the specified css files are used. More precisely the @import sections

Index: texi2html.pl
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/texi2html.pl,v
retrieving revision 1.409
retrieving revision 1.410
diff -u -b -r1.409 -r1.410
--- texi2html.pl        25 Jul 2010 17:35:50 -0000      1.409
+++ texi2html.pl        26 Jul 2010 00:08:57 -0000      1.410
@@ -90,7 +90,7 @@
 }
 
 # CVS version:
-# $Id: texi2html.pl,v 1.409 2010/07/25 17:35:50 pertusus Exp $
+# $Id: texi2html.pl,v 1.410 2010/07/26 00:08:57 karl Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.gnu.org/software/texinfo/";;
@@ -3099,7 +3099,7 @@
 {
  type => '=i',
  linkage => sub {set_from_cmdline('ERROR_LIMIT', $_[1]);},
- verbose => 'quit after NUM errors (default 1000).',
+ verbose => 'quit after NUM errors (default 100).',
 };
 
 $T2H_OPTIONS -> {'split-size'} =



reply via email to

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