From 74981cc52d3699f2cc2818af604f9101711ceb80 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 24 Feb 2012 12:53:25 -0800 Subject: BZ#13738: Parameterize and fix mention of FDL version in manual. --- ChangeLog | 7 +++++++ manual/libc.texinfo | 18 ++++++++++-------- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1ade4f1aee..8af4604bcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-02-24 Roland McGrath + + [BZ #13738] + * manual/libc.texinfo (FDL_VERSION): New @set. + Use it for mention of FDL in cover text. + (Documentation License): Use it in @include file name. + 2012-02-22 Joseph Myers Roland McGrath diff --git a/manual/libc.texinfo b/manual/libc.texinfo index 2fc3fb9eff..13a2b0d628 100644 --- a/manual/libc.texinfo +++ b/manual/libc.texinfo @@ -23,6 +23,8 @@ @set UPDATED 2011-07-19 @set ISBN 1-882114-55-8 +@set FDL_VERSION 1.1 + @copying This file documents the GNU C library. @@ -32,13 +34,13 @@ of @cite{The GNU C Library Reference Manual}, for version @value{VERSION}. Copyright @copyright{} 1993--2012 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.3 or -any later version published by the Free Software Foundation; with the -Invariant Sections being ``Free Software Needs Free Documentation'' -and ``GNU Lesser General Public License'', the Front-Cover texts being -``A GNU Manual'', and with the Back-Cover Texts as in (a) below. A -copy of the license is included in the section entitled "GNU Free -Documentation License". +under the terms of the GNU Free Documentation License, Version +@value{FDL_VERSION} or any later version published by the Free +Software Foundation; with the Invariant Sections being ``Free Software +Needs Free Documentation'' and ``GNU Lesser General Public License'', +the Front-Cover texts being ``A GNU Manual'', and with the Back-Cover +Texts as in (a) below. A copy of the license is included in the +section entitled "GNU Free Documentation License". (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and modify this GNU manual. Buying copies from the FSF @@ -100,7 +102,7 @@ of the GNU C Library. @node Documentation License, Concept Index, Copying, Top @appendix GNU Free Documentation License @cindex FDL, GNU Free Documentation License -@include fdl-1.1.texi +@include fdl-@value{FDL_VERSION}.texi @node Concept Index, Type Index, Documentation License, Top @unnumbered Concept Index -- cgit 1.4.1