From: Tobias Geerinckx-Rice via Guix-patches via <guix-patches@gnu.org>
To: 66148@debbugs.gnu.org
Cc: "Christopher Baines" <guix@cbaines.net>,
"Josselin Poiret" <dev@jpoiret.xyz>,
"Ludovic Courtès" <ludo@gnu.org>,
"Mathieu Othacehe" <othacehe@gnu.org>,
"Ricardo Wurmus" <rekado@elephly.net>,
"Simon Tournier" <zimon.toutoune@gmail.com>,
"Tobias Geerinckx-Rice" <me@tobias.gr>
Subject: [bug#66148] [PATCH v2 2/2] doc: Mention it when we were pulled.
Date: Sun, 17 Sep 2023 02:00:00 +0200 [thread overview]
Message-ID: <dae1caae6a5355977e6fc0d94b0c16278be206d8.1694908800.git.me@tobias.gr> (raw)
In-Reply-To: <dd2fb832636c6859d7dfa1fcbd4dc3a7d6559673.1694908800.git.me@tobias.gr>
Now that we use the latest release VERSION even for pulled Guixes,
make it abundantly clear that this is a later build.
* guix/self.scm (info-manual): @set the PULLED flag in version.texi.
* doc/guix.texi (Top): Honour it.
---
doc/guix.texi | 5 +++--
guix/self.scm | 4 ++++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 39088b954b..c959cff1a1 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -166,8 +166,9 @@
@node Top
@top GNU Guix
-This document describes GNU Guix version @value{VERSION}, a functional
-package management tool written for the GNU system.
+This document describes GNU Guix @inlineifset{GUIX-PULLED, from a
+@command{guix pull} after the release of} version @value{VERSION}, a
+functional package management tool written for the GNU system.
@c TRANSLATORS: You can replace the following paragraph with information on
@c how to join your own translation team and how to report issues with the
diff --git a/guix/self.scm b/guix/self.scm
index 2d11dd47a4..81c5c722e0 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -469,6 +469,10 @@ (define (info-manual source)
v)
"0.0-git")))
(format output "\
+@c There's no Texinfo command to test whether @value{UPDATED} ends in 1970 and
+@c tweak the intro to guix.texi accordingly, so we add this Guix-specific flag.
+@set GUIX-PULLED true
+
@set UPDATED 1 January 1970
@set UPDATED-MONTH January 1970
@set EDITION ~a
--
2.41.0
next prev parent reply other threads:[~2023-09-22 1:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-21 23:07 [bug#66148] Fix Guix version number in pulled (=most) manuals Tobias Geerinckx-Rice via Guix-patches via
2023-09-16 23:59 ` [bug#66148] [PATCH v2 1/2] [Sloppy PoC] self: Use a more meaningful VERSION string for manuals Tobias Geerinckx-Rice via Guix-patches via
2023-09-17 0:00 ` Tobias Geerinckx-Rice via Guix-patches via [this message]
2023-09-22 13:17 ` [bug#66148] Fix Guix version number in pulled (=most) manuals Ludovic Courtès
2023-09-22 14:51 ` Tobias Geerinckx-Rice via Guix-patches via
2023-09-25 14:57 ` Ludovic Courtès
2023-09-26 5:59 ` Simon Tournier
2023-09-29 11:42 ` Tobias Geerinckx-Rice via Guix-patches via
2023-10-01 15:14 ` Ludovic Courtès
2023-09-17 0:00 ` [bug#66148] [PATCH] doc: Mention it when we were pulled Tobias Geerinckx-Rice via Guix-patches via
2023-10-14 15:34 ` Ludovic Courtès
2023-09-26 5:56 ` [bug#66148] Fix Guix version number in pulled (=most) manuals Simon Tournier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=dae1caae6a5355977e6fc0d94b0c16278be206d8.1694908800.git.me@tobias.gr \
--to=guix-patches@gnu.org \
--cc=66148@debbugs.gnu.org \
--cc=dev@jpoiret.xyz \
--cc=guix@cbaines.net \
--cc=ludo@gnu.org \
--cc=me@tobias.gr \
--cc=othacehe@gnu.org \
--cc=rekado@elephly.net \
--cc=zimon.toutoune@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.