texinfo-commits
[Top][All Lists]
Advanced

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

texinfo doc/texinfo.txi ChangeLog tp/texi2any.pl


From: Patrice Dumas
Subject: texinfo doc/texinfo.txi ChangeLog tp/texi2any.pl
Date: Fri, 30 Nov 2012 18:32:31 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/11/30 18:32:30

Modified files:
        doc            : texinfo.txi 
        .              : ChangeLog 
        tp             : texi2any.pl 

Log message:
                * doc/texinfo.txi (Invoking texi2any), tp/texi2any.pl: add -c 
as an
                alias for --set-customization-variable (Karl idea).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.496&r2=1.497
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1464&r2=1.1465
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/texi2any.pl?cvsroot=texinfo&r1=1.150&r2=1.151

Patches:
Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.496
retrieving revision 1.497
diff -u -b -r1.496 -r1.497
--- doc/texinfo.txi     26 Nov 2012 18:52:10 -0000      1.496
+++ doc/texinfo.txi     30 Nov 2012 18:32:30 -0000      1.497
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.496 2012/11/26 18:52:10 karl Exp $
address@hidden $Id: texinfo.txi,v 1.497 2012/11/30 18:32:30 pertusus Exp $
 @c Ordinarily, Texinfo files have the extension .texi.  But texinfo.texi
 @c clashes with texinfo.tex on 8.3 filesystems, so we use texinfo.txi.
 
@@ -16999,7 +16999,9 @@
 than Info (@pxref{texi2any Printed Output}).
 
 @item --set-customization-variable @address@hidden
address@hidden -c @address@hidden
 @opindex --set-customization-variable @address@hidden
address@hidden -c @address@hidden
 Set the customization variable @var{var} to @var{value}.  The @code{=}
 is optional, but both @var{var} and @var{value} must be quoted to the
 shell as necessary so the result is a single word.  Many aspects of
@@ -21671,7 +21673,7 @@
 or other version control systems, which expand it into a string such
 as:
 @example
-$Id: texinfo.txi,v 1.496 2012/11/26 18:52:10 karl Exp $
+$Id: texinfo.txi,v 1.497 2012/11/30 18:32:30 pertusus Exp $
 @end example
 (This is useful in all sources that use version control, not just manuals.)
 You may wish to include the @samp{$Id:} comment in the @code{@@copying}

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1464
retrieving revision 1.1465
diff -u -b -r1.1464 -r1.1465
--- ChangeLog   30 Nov 2012 18:08:11 -0000      1.1464
+++ ChangeLog   30 Nov 2012 18:32:30 -0000      1.1465
@@ -1,3 +1,8 @@
+2012-11-30  Patrice Dumas  <address@hidden>
+
+       * doc/texinfo.txi (Invoking texi2any), tp/texi2any.pl: add -c as an
+       alias for --set-customization-variable (Karl idea).
+
 2012-11-30  Karl Berry  <address@hidden>
 
        * install-info/tests/defs.in (mktemp): define minimal

Index: tp/texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -b -r1.150 -r1.151
--- tp/texi2any.pl      21 Nov 2012 22:48:48 -0000      1.150
+++ tp/texi2any.pl      30 Nov 2012 18:32:30 -0000      1.151
@@ -573,7 +573,7 @@
       --no-warn               suppress warnings (but not errors).
       --conf-dir=DIR          search also for initialization files in DIR.
       --init-file=FILE        load FILE to modify the default behavior.
-      --set-customization-variable VAR=VAL  set customization variable VAR 
+  -c, --set-customization-variable VAR=VAL  set customization variable VAR 
                                 to VAL.
   -v, --verbose               explain what is being done.
       --version               display version information and exit.\n"), 
get_conf('ERROR_LIMIT'))
@@ -766,7 +766,7 @@
  'init-file=s' => sub {
     locate_and_load_init_file($_[1], [ @conf_dirs, @program_init_dirs ]);
  },
- 'set-customization-variable=s' => sub {
+ 'set-customization-variable|c=s' => sub {
    my $var_val = $_[1];
    if ($var_val =~ s/^(\w+)\s*=?\s*//) {
      my $var = $1;



reply via email to

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