diff options
author | rbuj <[email protected]> | 2018-10-04 14:04:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-06 12:31:56 +0200 |
commit | 43a64acc08d3a7dfce7d5432c5ef0e45c7406874 (patch) | |
tree | bcd9f62bdf48440ba9eb9b08e629b93f5732a64d /cpufreq | |
parent | 339fb82721ad1afeb9bbb10833923d7ae40beddb (diff) | |
download | mate-applets-43a64acc08d3a7dfce7d5432c5ef0e45c7406874.tar.bz2 mate-applets-43a64acc08d3a7dfce7d5432c5ef0e45c7406874.tar.xz |
Use make functions for HELP_LINGUAS
Diffstat (limited to 'cpufreq')
-rw-r--r-- | cpufreq/help/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cpufreq/help/Makefile.am b/cpufreq/help/Makefile.am index 6f26b3ab..8a160ffa 100644 --- a/cpufreq/help/Makefile.am +++ b/cpufreq/help/Makefile.am @@ -13,6 +13,10 @@ HELP_MEDIA = figures/cpufreq-100.png \ figures/cpufreq-applet-selector-both.png \ figures/cpufreq-applet-selector.png -HELP_LINGUAS = ca cs de el en_GB es eu fi fr hu nl oc pt_BR ru sv 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 |