diff options
author | raveit65 <[email protected]> | 2018-11-15 14:35:46 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-11-15 15:56:54 +0100 |
commit | a014c7a4b3a1fe76e479755252c44c1624e0e302 (patch) | |
tree | b0c28b1690672d3d82ef94add658df8c1b0f0a52 /help/mate-clock/Makefile.am | |
parent | cdaf08f254981d920918fcfdb1aa356dfdf66306 (diff) | |
download | mate-panel-a014c7a4b3a1fe76e479755252c44c1624e0e302.tar.bz2 mate-panel-a014c7a4b3a1fe76e479755252c44c1624e0e302.tar.xz |
Use make functions for HELP_LINGUAS
Diffstat (limited to 'help/mate-clock/Makefile.am')
-rw-r--r-- | help/mate-clock/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/help/mate-clock/Makefile.am b/help/mate-clock/Makefile.am index 18b35d4c..7c652597 100644 --- a/help/mate-clock/Makefile.am +++ b/help/mate-clock/Makefile.am @@ -8,6 +8,10 @@ HELP_FILES = \ HELP_MEDIA = figures/clock_applet.png -HELP_LINGUAS = ar ca cs da de el en_GB es eu fi fr it ja ko nl oc pa pt pt_BR ru sr sv th uk zh_CN zh_HK zh_TW +# Add linguas to be ignored, e.g. IGNORE_HELP_LINGUAS = ca de es fr +IGNORE_HELP_LINGUAS = +HELP_LINGUAS = $(if $(IGNORE_HELP_LINGUAS), \ + $(filter-out $(IGNORE_HELP_LINGUAS),$(subst /,,$(dir $(wildcard */*.po)))), \ + $(subst /,,$(dir $(wildcard */*.po))) ) -include $(top_srcdir)/git.mk |