From 881c3f20ec435a9c57390853483942fa1101c32b Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Tue, 28 Jul 2020 23:28:45 +0200 Subject: [PATCH] doc: show version in title of HTML manual * doc/coreutils.texi (@include version.texi): Move before ... (@settitle): ... this. Add the version after the package name. Suggested by Jonny Grant in https://lists.gnu.org/r/bug-coreutils/2020-07/msg00021.html --- doc/coreutils.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index bebccbcb61..52d4cfcbec 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -1,13 +1,13 @@ \input texinfo @c %**start of header @setfilename coreutils.info -@settitle GNU Coreutils +@include version.texi +@settitle GNU Coreutils @value{VERSION} @documentencoding UTF-8 @allowcodebreaks false @c %**end of header -@include version.texi @include constants.texi @c Define new indices. -- 2.47.2