civodul pushed a commit to branch master
in repository guix.
commit 17503ea8a26ce1e13b8c682a3b0d6280c2e06234
Author: Ludovic Courtès <[email protected]>
Date: Wed Apr 24 15:55:40 2019 +0200
self: Install 'guix.zh_CN.info'.
Reported by Julien Lepiller.
* guix/self.scm (info-manual): Adjust file name regexp so that it
matches *.zh_CN.texi.
---
guix/self.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/self.scm b/guix/self.scm
index de921e6..2a10d1d 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -350,7 +350,7 @@ DOMAIN, a gettext domain."
(basename texi ".texi")
".info")))
(cons "guix.texi"
- (find-files "." "^guix\\.[a-z]{2}\\.texi$")))
+ (find-files "."
"^guix\\.[a-z]{2}(_[A-Z]{2})?\\.texi$")))
;; Compress Info files.
(setenv "PATH"