[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/tp texi2any.pl Texinfo/Common.pm
From: |
Karl Berry |
Subject: |
texinfo/tp texi2any.pl Texinfo/Common.pm |
Date: |
Sun, 22 Apr 2012 00:13:15 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Karl Berry <karl> 12/04/22 00:13:15
Modified files:
tp : texi2any.pl
tp/Texinfo : Common.pm
Log message:
do not recognize --batch specially for texi2dvi, let users use --Xopt
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/texi2any.pl?cvsroot=texinfo&r1=1.126&r2=1.127
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Common.pm?cvsroot=texinfo&r1=1.140&r2=1.141
Patches:
Index: texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -b -r1.126 -r1.127
--- texi2any.pl 20 Apr 2012 21:09:55 -0000 1.126
+++ texi2any.pl 22 Apr 2012 00:13:15 -0000 1.127
@@ -792,8 +792,6 @@
'output-indent=i' => sub { ;},
'reference-limit=i' => sub { ;},
'Xopt=s' => address@hidden,
- 'batch' => sub {set_from_cmdline('BATCH', $_[1]);
- push @texi2dvi_args, '--'.$_[0];},
'silent|quiet' => sub {set_from_cmdline('SILENT', $_[1]);
push @texi2dvi_args, '--'.$_[0];},
Index: Texinfo/Common.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Common.pm,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -b -r1.140 -r1.141
--- Texinfo/Common.pm 21 Apr 2012 17:44:48 -0000 1.140
+++ Texinfo/Common.pm 22 Apr 2012 00:13:15 -0000 1.141
@@ -126,7 +126,7 @@
'NO_WARN', 'VERBOSE',
'TRANSLITERATE_FILE_NAMES', 'ERROR_LIMIT', 'ENABLE_ENCODING',
'FORCE', 'INTERNAL_LINKS', 'OUTFILE', 'SUBDIR', 'OUT',
- 'BATCH', 'SILENT'
+ 'SILENT'
);
# documented in the Texinfo::Parser pod section
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo/tp texi2any.pl Texinfo/Common.pm,
Karl Berry <=