guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/09: build: Build the guix.pot-update and contributing.pot-update targ


From: guix-commits
Subject: 06/09: build: Build the guix.pot-update and contributing.pot-update targets only once.
Date: Fri, 30 Apr 2021 08:25:07 -0400 (EDT)

apteryx pushed a commit to branch version-1.3.0
in repository guix.

commit eaf79d319dd785b1d8b213ffa4dc6a3a338434e8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 28 19:03:12 2021 -0400

    build: Build the guix.pot-update and contributing.pot-update targets only 
once.
    
    * po/doc/local.mk (doc-pot-update): Fix an issue where guix.pot-update an
    contributing.pot-update were built twice.
---
 po/doc/local.mk | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/po/doc/local.mk b/po/doc/local.mk
index a11c74e..90cb6a7 100644
--- a/po/doc/local.mk
+++ b/po/doc/local.mk
@@ -95,9 +95,8 @@ $(srcdir)/po/doc/%.pot-update: doc/%.texi
 TMP_POT_FILES = contributing.pot guix.pot
 
 doc-pot-update:
-       for f in $(TMP_POT_FILES); do \
-               $(MAKE) $(srcdir)/po/doc/guix.pot-update; \
-               $(MAKE) $(srcdir)/po/doc/contributing.pot-update; \
+       for f in $(TMP_POT_FILES); do           \
+         $(MAKE) $(srcdir)/po/doc/$$f-update;  \
        done
        $(MAKE) $(srcdir)/po/doc/guix-cookbook.pot-update;
        msgcat $(addprefix $(srcdir)/po/doc/, $(TMP_POT_FILES)) > 
$(srcdir)/po/doc/guix-manual.pot



reply via email to

[Prev in Thread] Current Thread [Next in Thread]