From: Lilah Tascheter via Guix-patches via <guix-patches@gnu.org>
To: 58638@debbugs.gnu.org
Cc: Lilah Tascheter <lilah@lunabee.space>
Subject: [bug#58638] [PATCH core-updates 1/2] build/gnu: Support compressing non-numeric man sections.
Date: Wed, 19 Oct 2022 10:27:26 -0500 [thread overview]
Message-ID: <0056846d80b8fd7d0dba7604891bc6c65f550f8b.1666192557.git.lilah@lunabee.space> (raw)
In-Reply-To: <cover.1666192557.git.lilah@lunabee.space>
* guix/build/gnu-build-system.scm (compress-documentation)
[maybe-compress]: Expand regex to include man sections with alphabetic
suffixes.
---
guix/build/gnu-build-system.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/build/gnu-build-system.scm b/guix/build/gnu-build-system.scm
index d84411c090..8f2997b4da 100644
--- a/guix/build/gnu-build-system.scm
+++ b/guix/build/gnu-build-system.scm
@@ -675,7 +675,7 @@ (define* (compress-documentation #:key outputs
(define (maybe-compress output)
(maybe-compress-directory (string-append output "/share/man")
- "\\.[0-9]+$")
+ "\\.[0-9]+[:alpha:]*$")
(maybe-compress-directory (string-append output "/share/info")
"\\.info(-[0-9]+)?$"))
--
2.37.3
next prev parent reply other threads:[~2022-10-19 15:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-19 15:24 [bug#58638] [PATCH core-updates 0/2] build/gnu: Support compressing non-numeric man sections Lilah Tascheter via Guix-patches via
2022-10-19 15:27 ` Lilah Tascheter via Guix-patches via [this message]
2022-10-19 15:27 ` [bug#58638] [PATCH core-updates 2/2] gnu: man-pages-posix: Remove redundant manpage compression Lilah Tascheter via Guix-patches via
2024-01-20 20:31 ` bug#58638: " Maxim Cournoyer
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=0056846d80b8fd7d0dba7604891bc6c65f550f8b.1666192557.git.lilah@lunabee.space \
--to=guix-patches@gnu.org \
--cc=58638@debbugs.gnu.org \
--cc=lilah@lunabee.space \
/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.