mirror of git://sourceware.org/git/glibc.git
BZ#13738: Parameterize and fix mention of FDL version in manual.
This commit is contained in:
parent
7bb764bcb1
commit
74981cc52d
|
|
@ -1,3 +1,10 @@
|
|||
2012-02-24 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
[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 <joseph@codesourcery.com>
|
||||
Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue