summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-rw-r--r--help/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index 30266a8..9c2ed83 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -7,6 +7,11 @@ HELP_MEDIA = figures/file-sharing-preferences.png \
figures/sharing-over-bluetooth.png \
figures/receiving-over-bluetooth.png
-HELP_LINGUAS = ca cs de el en_GB es fr it pt_BR ro sl sv 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