maint: Mark 'doc-pot-update' and 'doc-po-update' as phony.

* po/doc/local.mk (doc-pot-update, doc-pot-update): Mark as phony.
master
Ludovic Courtès 2019-04-29 22:20:34 +02:00
parent 09a9f10974
commit 842a687264
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,7 @@ $(srcdir)/po/doc/%.pot-update: doc/%.texi
-p "$$(echo $@ | sed 's|-update||')" $(POT_OPTIONS)
@touch "$$(echo $@ | sed 's|-update||')"
TMP_POT_FILES=contributing.pot guix.pot
TMP_POT_FILES = contributing.pot guix.pot
doc-pot-update:
for f in $(TMP_POT_FILES); do \
@ -68,3 +68,5 @@ doc-po-update: doc-pot-update
for f in $(DOC_PO_FILES); do \
$(MAKE) "$$f"; \
done
.PHONY: doc-po-update doc-pot-update