summaryrefslogtreecommitdiff
path: root/mate-dictionary/help/Makefile.am
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-27 18:03:29 +0100
committerraveit65 <[email protected]>2021-02-08 20:39:25 +0100
commit5af31646583faedf3d16746f19e4d7d679852ac4 (patch)
treefd63bcbdb1a45bc8dbe08ce4c772eaea0c6e49f8 /mate-dictionary/help/Makefile.am
parent1397f530214fe111405d98687d4b50b4ad23da45 (diff)
downloadmate-utils-5af31646583faedf3d16746f19e4d7d679852ac4.tar.bz2
mate-utils-5af31646583faedf3d16746f19e4d7d679852ac4.tar.xz
build: allow users to disable gettext support (--disable-nls)
Diffstat (limited to 'mate-dictionary/help/Makefile.am')
-rw-r--r--mate-dictionary/help/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/mate-dictionary/help/Makefile.am b/mate-dictionary/help/Makefile.am
index a727cbe2..2868fbe4 100644
--- a/mate-dictionary/help/Makefile.am
+++ b/mate-dictionary/help/Makefile.am
@@ -28,10 +28,14 @@ HELP_MEDIA = \
figures/mate-dictionary-preferences-print.png \
figures/mate-dictionary-preferences-source.png
+if USE_NLS
# 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))) )
+else
+HELP_LINGUAS =
+endif
-include $(top_srcdir)/git.mk