diff options
author | rbuj <[email protected]> | 2018-10-04 14:04:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-06 12:20:12 +0200 |
commit | 3caf2ace26ef70765e29738f3b8b4a98eb8220df (patch) | |
tree | a74e5645016c48aa34659fe5901d02994e67e784 /drivemount/help/Makefile.am | |
parent | 867b495e5d8baf360419cbe96e0f691a0689f288 (diff) | |
download | mate-applets-3caf2ace26ef70765e29738f3b8b4a98eb8220df.tar.bz2 mate-applets-3caf2ace26ef70765e29738f3b8b4a98eb8220df.tar.xz |
Use make functions for HELP_LINGUAS
Diffstat (limited to 'drivemount/help/Makefile.am')
-rw-r--r-- | drivemount/help/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivemount/help/Makefile.am b/drivemount/help/Makefile.am index 197df0a0..3c5fd9fd 100644 --- a/drivemount/help/Makefile.am +++ b/drivemount/help/Makefile.am @@ -9,6 +9,10 @@ HELP_MEDIA = figures/drivemount-applet_eject.png \ figures/drivemount-applet_open.png \ figures/drivemount-applet_status.png -HELP_LINGUAS = ca cs da de el en_GB es eu fi fr it ko oc pa ru 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 |