texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/util Makefile.am detexinfo txicmdlist


From: Karl Berry
Subject: texinfo/util Makefile.am detexinfo txicmdlist
Date: Fri, 20 Jan 2012 18:11:42 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       12/01/20 18:11:41

Modified files:
        util           : Makefile.am detexinfo txicmdlist 

Log message:
        copyrights

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/Makefile.am?cvsroot=texinfo&r1=1.41&r2=1.42
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/detexinfo?cvsroot=texinfo&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/txicmdlist?cvsroot=texinfo&r1=1.4&r2=1.5

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/util/Makefile.am,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- Makefile.am 18 Jan 2012 22:31:12 -0000      1.41
+++ Makefile.am 20 Jan 2012 18:11:41 -0000      1.42
@@ -1,8 +1,8 @@
-# $Id: Makefile.am,v 1.41 2012/01/18 22:31:12 pertusus Exp $
+# $Id: Makefile.am,v 1.42 2012/01/20 18:11:41 karl Exp $
 # Makefile.am for texinfo/util.
 # Run automake in .. to produce Makefile.in from this.
 #
-# Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011
+# Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
 # Free Software Foundation, Inc.
 #
 # This file is free software; as a special exception the author gives

Index: detexinfo
===================================================================
RCS file: /sources/texinfo/texinfo/util/detexinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- detexinfo   16 Jan 2012 22:21:52 -0000      1.1
+++ detexinfo   20 Jan 2012 18:11:41 -0000      1.2
@@ -1,4 +1,18 @@
 #! /bin/sh
+# $Id: detexinfo,v 1.2 2012/01/20 18:11:41 karl Exp $
+# Copyright 2011, 2012 Free Software Foundation, Inc.
+#
+# This file is free software; as a special exception the author gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+#
+# Original author: Patrice Dumas.
 
+# Script to strip Texinfo commands.  It is so trivial we don't install
+# it, but it's in the distribution as an example.
+#
 exec texi2any --set-init-variable TEXTCONTENT=1 "$@"
-

Index: txicmdlist
===================================================================
RCS file: /sources/texinfo/texinfo/util/txicmdlist,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- txicmdlist  12 Dec 2011 22:44:59 -0000      1.4
+++ txicmdlist  20 Jan 2012 18:11:41 -0000      1.5
@@ -1,5 +1,6 @@
 #!/usr/bin/env perl
-# Copyright 2011 Free Software Foundation, Inc.
+# $Id: txicmdlist,v 1.5 2012/01/20 18:11:41 karl Exp $
+# Copyright 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
@@ -26,4 +27,4 @@
 
 use Texinfo::Common;
 
-print map { "address@hidden" } sort (keys(%Texinfo::Common::all_commands));
+print map { "address@hidden" } sort (keys %Texinfo::Common::all_commands);



reply via email to

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