please update FDL license version in standards.texi, make-stds.texi

View: New views
3 Messages — Rating Filter:   Alert me  

please update FDL license version in standards.texi, make-stds.texi

by Paul Eggert :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Karl, can you please update the FDL license version iin standards.texi
and make-stds.texi?  Also, while you're at it there's some trailing
white space to remove.  Here's a patch.  Thanks.

2006-08-14  Paul Eggert  <eggert@...>

        * make-stds.texi, standards.texi: Update FDL version number from
        1.1 to 1.2.

--- doc/make-stds.texi 10 Jul 2006 13:16:09 -0000 1.11
+++ doc/make-stds.texi 14 Aug 2006 18:38:52 -0000
@@ -12,7 +12,7 @@
 @c 2004, 2005, 2006 Free Software Foundation, Inc.
 
 @c Permission is granted to copy, distribute and/or modify this document
-@c under the terms of the GNU Free Documentation License, Version 1.1
+@c under the terms of the GNU Free Documentation License, Version 1.2
 @c or any later version published by the Free Software Foundation;
 @c with no Invariant Sections, with no
 @c Front-Cover Texts, and with no Back-Cover Texts.
@@ -778,7 +778,7 @@ manuals, and you wish to install HTML do
 certainly want to use subdirectories, or two nodes with the same name
 in different manuals will overwrite each other.
 
-Please make these @code{install-@var{format}} targets invoke the
+Please make these @code{install-@var{format}} targets invoke the
 commands for the @var{format} target, for example, by making
 @var{format} a dependency.
 
--- doc/standards.texi 10 Jul 2006 13:16:09 -0000 1.18
+++ doc/standards.texi 14 Aug 2006 18:38:52 -0000
@@ -36,7 +36,7 @@ Copyright (C) 1992, 1993, 1994, 1995, 19
 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.1
+under the terms of the GNU Free Documentation License, Version 1.2
 or any later version published by the Free Software Foundation;
 with no Invariant Sections, with no
 Front-Cover Texts, and with no Back-Cover Texts.



Re: please update FDL license version in standards.texi, make-stds.texi

by Karl Berry :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    Karl, can you please update the FDL license version iin standards.texi
    and make-stds.texi?

Strange, I have a strong memory of doing this once before.  Oh well.

    Also, while you're at it there's some trailing
    white space to remove.  Here's a patch.  

Thanks much, installed.



Re: please update FDL license version in standards.texi, make-stds.texi

by Jim Meyering :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

karl@... (Karl Berry) wrote:
>     Karl, can you please update the FDL license version iin standards.texi
>     and make-stds.texi?
>
> Strange, I have a strong memory of doing this once before.  Oh well.
>
>     Also, while you're at it there's some trailing
>     white space to remove.  Here's a patch.
>
> Thanks much, installed.

Hi Karl,
I've just added this tiny change:

    Remove stray "x" before \input.

Index: doc/standards.texi
===================================================================
RCS file: /sources/gnulib/gnulib/doc/standards.texi,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -u -r1.19 -r1.20
--- doc/standards.texi 14 Aug 2006 20:33:10 -0000 1.19
+++ doc/standards.texi 15 Aug 2006 07:31:39 -0000 1.20
@@ -1,9 +1,9 @@
-x\input texinfo @c -*-texinfo-*-
+\input texinfo @c -*-texinfo-*-
 @c %**start of header
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c This date is automagically updated when you save this file:
-@set lastupdate August 14, 2006
+@set lastupdate August 15, 2006
 @c %**end of header
 
 @dircategory GNU organization