summaryrefslogtreecommitdiff
path: root/accessx-status
diff options
context:
space:
mode:
authorrbuj <[email protected]>2018-10-04 14:04:36 +0200
committerraveit65 <[email protected]>2018-10-06 12:31:56 +0200
commit43a64acc08d3a7dfce7d5432c5ef0e45c7406874 (patch)
treebcd9f62bdf48440ba9eb9b08e629b93f5732a64d /accessx-status
parent339fb82721ad1afeb9bbb10833923d7ae40beddb (diff)
downloadmate-applets-43a64acc08d3a7dfce7d5432c5ef0e45c7406874.tar.bz2
mate-applets-43a64acc08d3a7dfce7d5432c5ef0e45c7406874.tar.xz
Use make functions for HELP_LINGUAS
Diffstat (limited to 'accessx-status')
-rw-r--r--accessx-status/docs/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/accessx-status/docs/Makefile.am b/accessx-status/docs/Makefile.am
index fd160e66..5f675cd9 100644
--- a/accessx-status/docs/Makefile.am
+++ b/accessx-status/docs/Makefile.am
@@ -14,6 +14,10 @@ HELP_MEDIA = figures/accessx_bounce-keys.png \
figures/accessx_sticky-shift-key.png \
figures/accessx_sticky-windows-key.png
-HELP_LINGUAS = bg ca cs de el en_GB es eu fi fr gl it ko nl oc sv uk zh_CN
+# 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