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:
parent
868113126c
commit
eaf79d319d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user