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.
This commit is contained in:
Maxim Cournoyer 2021-04-28 19:03:12 -04:00
parent 868113126c
commit eaf79d319d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -96,8 +96,7 @@ 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; \
$(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