Skip to content

Commit 1313db5

Browse files
committed
po: Add make target "update-pot" to allow simpler invokation of make
1 parent dd09b18 commit 1313db5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

libvisual-plugins/po/Makevars.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ MSGID_BUGS_ADDRESS =
3939
# This is the list of locale categories, beyond LC_MESSAGES, for which the
4040
# message catalogs shall be used. It is usually empty.
4141
EXTRA_LOCALE_CATEGORIES =
42+
43+
# This target is meant to simplify invokation of make, nothing more
44+
.PHONY: update-pot
45+
update-pot:
46+
$(MAKE) $(DOMAIN).pot-update

libvisual/po/Makevars.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ MSGID_BUGS_ADDRESS = http://libvisual.sf.net
3939
# This is the list of locale categories, beyond LC_MESSAGES, for which the
4040
# message catalogs shall be used. It is usually empty.
4141
EXTRA_LOCALE_CATEGORIES =
42+
43+
# This target is meant to simplify invokation of make, nothing more
44+
.PHONY: update-pot
45+
update-pot:
46+
$(MAKE) $(DOMAIN).pot-update

0 commit comments

Comments
 (0)