File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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.
4141EXTRA_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
Original file line number Diff line number Diff 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.
4141EXTRA_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
You can’t perform that action at this time.
0 commit comments