summaryrefslogtreecommitdiff
path: root/netspeed
diff options
context:
space:
mode:
authorrbuj <[email protected]>2018-10-04 14:04:36 +0200
committerraveit65 <[email protected]>2018-10-06 12:20:12 +0200
commit3caf2ace26ef70765e29738f3b8b4a98eb8220df (patch)
treea74e5645016c48aa34659fe5901d02994e67e784 /netspeed
parent867b495e5d8baf360419cbe96e0f691a0689f288 (diff)
downloadmate-applets-3caf2ace26ef70765e29738f3b8b4a98eb8220df.tar.bz2
mate-applets-3caf2ace26ef70765e29738f3b8b4a98eb8220df.tar.xz
Use make functions for HELP_LINGUAS
Diffstat (limited to 'netspeed')
-rw-r--r--netspeed/help/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/netspeed/help/Makefile.am b/netspeed/help/Makefile.am
index a129ff2c..4f65c606 100644
--- a/netspeed/help/Makefile.am
+++ b/netspeed/help/Makefile.am
@@ -14,6 +14,10 @@ HELP_MEDIA = \
figures/settings.png \
figures/wavelan.png
-HELP_LINGUAS = de el fr pt_BR sv
+# 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