summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-11-15 16:12:58 +0100
committerraveit65 <[email protected]>2018-11-15 16:12:58 +0100
commiteaae9757dcae98b9acc16cf285b8ac61f9aee4bc (patch)
tree76346175ffad367fe7adae501ab2bfc55acb1ba2 /help
parent7d9dab7c0f5f233fca37b6d82b9a30db51558c34 (diff)
downloadatril-eaae9757dcae98b9acc16cf285b8ac61f9aee4bc.tar.bz2
atril-eaae9757dcae98b9acc16cf285b8ac61f9aee4bc.tar.xz
Use make functions for HELP_LINGUAS
Diffstat (limited to 'help')
-rw-r--r--help/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index d847b21d..a711b85e 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -6,6 +6,10 @@ HELP_ID = atril
HELP_FILES = index.docbook legal.xml
HELP_MEDIA = figures/atril_start_window.png
-HELP_LINGUAS = bg ca cs de el en_GB es eu fi fr it ja nl oc pt_BR ru sl sr sv uk vi 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