[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: self: Install 'guix.zh_CN.info'.
From: |
guix-commits |
Subject: |
03/10: self: Install 'guix.zh_CN.info'. |
Date: |
Wed, 24 Apr 2019 18:46:14 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 17503ea8a26ce1e13b8c682a3b0d6280c2e06234
Author: Ludovic Courtès <address@hidden>
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"
- branch master updated (9374cbd -> ecb33b8), guix-commits, 2019/04/24
- 10/10: vm: Adjust FAT serial number code to 32-bit Guile., guix-commits, 2019/04/24
- 05/10: installer: Ask for user password and initialize /etc/shadow., guix-commits, 2019/04/24
- 08/10: vm: 'system-disk-image' no longer requires the OS to define the "/" file system., guix-commits, 2019/04/24
- 09/10: installer: Preserve order of user accounts., guix-commits, 2019/04/24
- 07/10: installer: Ask for the root account password., guix-commits, 2019/04/24
- 03/10: self: Install 'guix.zh_CN.info'.,
guix-commits <=
- 06/10: installer: 'run-input-page' has a new #:input-flags parameter., guix-commits, 2019/04/24
- 04/10: installer: Add missing 'G_' for networking message., guix-commits, 2019/04/24
- 01/10: install: Add node name in Castellano., guix-commits, 2019/04/24
- 02/10: system: Add guile-readline and guile-colorized to %BASE-PACKAGES., guix-commits, 2019/04/24