[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: build: Align the Automake status lines of the po4a and the PO xre
From: |
guix-commits |
Subject: |
02/06: build: Align the Automake status lines of the po4a and the PO xref. |
Date: |
Sun, 2 Jun 2024 21:08:24 -0400 (EDT) |
pelzflorian pushed a commit to branch master
in repository guix.
commit 77c79bf5daff2e8041453b7a7112656d6409264b
Author: gemmaro <gemmaro.dev@gmail.com>
AuthorDate: Sun Apr 14 16:18:50 2024 +0900
build: Align the Automake status lines of the po4a and the PO xref.
* Makefile.am (AM_V_PO4A_0, AM_V_POXREF_0): Align the Automake status lines
of
the po4a and the PO xref, since the common width is 10 characters.
Change-Id: Ic8c32f73294ba6e4ca71ab4aa889a558e4d7fcee
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
---
Makefile.am | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 1e3738690d..bcd14696a7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,7 @@
# Copyright © 2021 Andrew Tropin <andrew@trop.in>
# Copyright © 2023 Clément Lassieur <clement@lassieur.org>
# Copyright © 2023, 2024 Wilko Meyer <w@wmeyer.eu>
+# Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
#
# This file is part of GNU Guix.
#
@@ -1315,8 +1316,8 @@ AM_V_HELP2MAN_0 = @echo " HELP2MAN" $@;
AM_V_PO4A = $(AM_V_PO4A_$(V))
AM_V_PO4A_ = $(AM_V_PO4A_$(AM_DEFAULT_VERBOSITY))
-AM_V_PO4A_0 = @echo " PO4A" $@;
+AM_V_PO4A_0 = @echo " PO4A " $@;
AM_V_POXREF = $(AM_V_POXREF_$(V))
AM_V_POXREF_ = $(AM_V_POXREF_$(AM_DEFAULT_VERBOSITY))
-AM_V_POXREF_0 = @echo " POXREF" $@;
+AM_V_POXREF_0 = @echo " POXREF " $@;
- branch master updated (2e53fa5346 -> 834a419524), guix-commits, 2024/06/02
- 01/06: doc: cookbook: Fix direnv example., guix-commits, 2024/06/02
- 02/06: build: Align the Automake status lines of the po4a and the PO xref.,
guix-commits <=
- 06/06: nls: Update translations., guix-commits, 2024/06/02
- 04/06: build: Use the po4a command for the translation generation., guix-commits, 2024/06/02
- 03/06: build: Update the POT creation task with the po4a command., guix-commits, 2024/06/02
- 05/06: self: Use po4a instead of po4a-translate., guix-commits, 2024/06/02