texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp README texi2any.pl


From: Karl Berry
Subject: texinfo/tp README texi2any.pl
Date: Wed, 04 Jan 2012 19:16:57 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       12/01/04 19:16:57

Modified files:
        tp             : README texi2any.pl 

Log message:
        2012

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

Patches:
Index: README
===================================================================
RCS file: /sources/texinfo/texinfo/tp/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- README      25 Dec 2011 01:37:51 -0000      1.6
+++ README      4 Jan 2012 19:16:57 -0000       1.7
@@ -1,7 +1,7 @@
-$Id: README,v 1.6 2011/12/25 01:37:51 pertusus Exp $
+$Id: README,v 1.7 2012/01/04 19:16:57 karl Exp $
 texinfo/tp/README
 
-  Copyright 2011 Free Software Foundation, Inc.
+  Copyright 2011, 2012 Free Software Foundation, Inc.
 
   Copying and distribution of this file, with or without modification,
   are permitted in any medium without royalty provided the copyright
@@ -16,19 +16,18 @@
   Getopt::Long, Unicode::Normalize
 
 It also uses the less widely-available modules:
-  Locale::Messages, Unicode::EastAsianWidth, Text::Unidecode.
+  Locale::Messages, Unicode::EastAsianWidth, Text::Unidecode
 For these, internal versions are included, and are installed and used as
 part of Texinfo (not disturbing the Perl installation at all).
 
 To run the tests you also need:
-  Data::Compare, Test::Deep, Clone.
-On Debian-based distros, the corresponding packages are:
+  Data::Compare, Test::Deep, Clone
+On Debian-based distros, the corresponding packages are named:
 libdata-compare-perl libtest-deep-perl libclone-perl
 
 
-This module is part of GNU Texinfo.  A standalone perl Module may also be
+This module is part of GNU Texinfo.  A standalone Perl module may also be
 produced from within the the Texinfo tree, using 
   ./maintain/prepare_perl_module.sh
-The resulting module, although standalone, should be regenerated from
-the Texinfo sources, otherwise the divergence would render maintaining
-both complicated.
+The resulting module, although standalone, should always be regenerated
+from the sources in texinfo, to avoid divergence of sources.

Index: texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -b -r1.98 -r1.99
--- texi2any.pl 28 Dec 2011 21:00:12 -0000      1.98
+++ texi2any.pl 4 Jan 2012 19:16:57 -0000       1.99
@@ -2,7 +2,7 @@
 
 # texi2any: Texinfo converter.
 #
-# Copyright 2010, 2011 Free Software Foundation, Inc.
+# Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -675,7 +675,7 @@
     printf __("Copyright (C) %s Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
-There is NO WARRANTY, to the extent permitted by law.\n"), '2011';
+There is NO WARRANTY, to the extent permitted by law.\n"), '2012';
       exit 0;},
  'macro-expand|E=s' => sub { push @texi2dvi_args, '-E'; 
                              set_from_cmdline('MACRO_EXPAND', $_[1]); },



reply via email to

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