summaryrefslogtreecommitdiff
path: root/mate-dictionary
diff options
context:
space:
mode:
authorrbuj <[email protected]>2018-10-04 17:45:06 +0200
committerraveit65 <[email protected]>2018-10-06 20:06:49 +0200
commit0c174e7d454120dc5b6f2ba07efe97d6cadd713c (patch)
treea7f4e1be916a21e6b950ed2c060f8dfc5eac72d7 /mate-dictionary
parenteeccbf69346114ad884d5f7234af23987263dbc8 (diff)
downloadmate-utils-0c174e7d454120dc5b6f2ba07efe97d6cadd713c.tar.bz2
mate-utils-0c174e7d454120dc5b6f2ba07efe97d6cadd713c.tar.xz
Use make functions for HELP_LINGUAS
Diffstat (limited to 'mate-dictionary')
-rw-r--r--mate-dictionary/help/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/mate-dictionary/help/Makefile.am b/mate-dictionary/help/Makefile.am
index 323a1b45..aa440193 100644
--- a/mate-dictionary/help/Makefile.am
+++ b/mate-dictionary/help/Makefile.am
@@ -3,8 +3,6 @@
HELP_ID = mate-dictionary
HELP_FILES = index.docbook legal.xml
-HELP_LINGUAS = ca cs da de el en_GB es eu fi fr it oc ru sv uk zh_CN
-
HELP_MEDIA = \
figures/mate-dictionary-add-source.png \
figures/mate-dictionary-applet.png \
@@ -14,3 +12,9 @@ HELP_MEDIA = \
figures/mate-dictionary-lookup.png \
figures/mate-dictionary-preferences-print.png \
figures/mate-dictionary-preferences-source.png
+
+# 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))) )