doc: display version of the GNU findutils on the title page

The first page of the Texinfo documentation should display the package
version the documentation corresponds to.  Also change the title
from "Finding Files" to "GNU Findutils ..." to better reflect the
package name.  These changes align the documentation better with
that of other GNU packages like e.g. grep.

* doc/find.texi: Do the above.  Furthermore, display the VERSION also
in the first sentence after the @direntry list.
While at it, enclose the FDL licence text in a @quotation block.
* doc/find-maint.texi: Likewise.
This commit is contained in:
2020-08-12 22:33:15 +02:00
parent c0827572fd
commit f2878945ac
2 changed files with 22 additions and 26 deletions

View File

@@ -1,13 +1,13 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename find-maint.info
@settitle Maintaining Findutils
@include versionmaint.texi
@settitle Maintaining GNU Findutils @value{VERSION}
@c For double-sided printing, uncomment:
@c @setchapternewpage odd
@c %**end of header
@include versionmaint.texi
@iftex
@finalout
@end iftex
@@ -21,23 +21,23 @@
This manual explains how GNU findutils is maintained, how changes should
be made and tested, and what resources exist to help developers.
This is edition @value{EDITION}, for findutils version @value{VERSION}.
This document corresponds to version @value{VERSION} of the GNU findutils.
Copyright @copyright{} 2007-2020 Free Software Foundation, Inc.
@quotation
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 no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts.
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 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled
``GNU Free Documentation License''.
@end quotation
@end copying
@titlepage
@title Maintaining Findutils
@subtitle Edition @value{EDITION}, for GNU findutils version @value{VERSION}
@subtitle @value{UPDATED}
@title Maintaining GNU Findutils
@subtitle version @value{VERSION}, @value{UPDATED}
@author by James Youngman
@page

View File

@@ -1,12 +1,12 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename find.info
@settitle Finding Files
@include version.texi
@settitle GNU Findutils @value{VERSION}
@c For double-sided printing, uncomment:
@c @setchapternewpage odd
@c %**end of header
@include version.texi
@include dblocation.texi
@iftex
@@ -27,24 +27,25 @@
@end direntry
@copying
This file documents the GNU utilities for finding files that match
certain criteria and performing various operations on them.
This manual documents version @value{VERSION} of the GNU utilities for finding
files that match certain criteria and performing various operations on them.
Copyright @copyright{} 1994-2020 Free Software Foundation, Inc.
@quotation
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 no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled
``GNU Free Documentation License''.
@end quotation
@end copying
@titlepage
@title Finding Files
@subtitle Edition @value{EDITION}, for GNU @code{find} version @value{VERSION}
@subtitle @value{UPDATED}
@title GNU Findutils
@subtitle Finding files
@subtitle version @value{VERSION}, @value{UPDATED}
@author by David MacKenzie and James Youngman
@page
@@ -59,11 +60,6 @@ A copy of the license is included in the section entitled
@top GNU Findutils
@comment node-name, next, previous, up
@insertcopying
This file documents the GNU utilities for finding files that match
certain criteria and performing various actions on them.
This is edition @value{EDITION}, for @code{find} version @value{VERSION}.
@end ifnottex
@c The master menu, created with texinfo-master-menu, goes here.