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: Wed, 04 Jan 2012 21:23:41 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/01/04 21:23:41

Modified files:
        tp             : texi2any.pl 

Log message:
        --Xopt takes an argument.  Report from Karl.

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

Patches:
Index: texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -b -r1.99 -r1.100
--- texi2any.pl 4 Jan 2012 19:16:57 -0000       1.99
+++ texi2any.pl 4 Jan 2012 21:23:41 -0000       1.100
@@ -804,7 +804,7 @@
  'commands-in-node-names' => sub { ;},
  'output-indent=i' => sub { ;},
  'reference-limit=i' => sub { ;},
- 'Xopt' => address@hidden,
+ 'Xopt=s' => address@hidden,
  'batch' => sub {set_from_cmdline('BATCH', $_[1]); 
                  push @texi2dvi_args, '--'.$_[0];},
  'silent|quiet' => sub {set_from_cmdline('SILENT', $_[1]);



reply via email to

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