From eaf79d319dd785b1d8b213ffa4dc6a3a338434e8 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Date: Wed, 28 Apr 2021 19:03:12 -0400
Subject: 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(-)

(limited to 'po/doc/local.mk')

diff --git a/po/doc/local.mk b/po/doc/local.mk
index a11c74e536..90cb6a79bb 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
-- 
cgit v1.2.3