diff options
author | raveit65 <[email protected]> | 2018-12-25 17:57:53 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-25 18:01:50 +0100 |
commit | e57612bbb14206c60b1cd1d9d24e19635bb09725 (patch) | |
tree | fa94fb39df63b147091311a4b9bc8320dd88c21a /gsearchtool/help/Makefile.am | |
parent | b1138d46931fac40186271ff47115c53d58ff7c9 (diff) | |
download | mate-utils-e57612bbb14206c60b1cd1d9d24e19635bb09725.tar.bz2 mate-utils-e57612bbb14206c60b1cd1d9d24e19635bb09725.tar.xz |
search-tool: disable translations for ca@valencia
fixes build error with help files with fedora 29
probably an xml language error.
Diffstat (limited to 'gsearchtool/help/Makefile.am')
-rw-r--r-- | gsearchtool/help/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gsearchtool/help/Makefile.am b/gsearchtool/help/Makefile.am index ad59d979..da7a0ee4 100644 --- a/gsearchtool/help/Makefile.am +++ b/gsearchtool/help/Makefile.am @@ -6,7 +6,7 @@ HELP_FILES = index.docbook legal.xml HELP_MEDIA = figures/mate-search-tool_window.png # Add linguas to be ignored, e.g. IGNORE_HELP_LINGUAS = ca de es fr -IGNORE_HELP_LINGUAS = +IGNORE_HELP_LINGUAS = ca@valencia HELP_LINGUAS = $(if $(IGNORE_HELP_LINGUAS), \ $(filter-out $(IGNORE_HELP_LINGUAS),$(subst /,,$(dir $(wildcard */*.po)))), \ $(subst /,,$(dir $(wildcard */*.po))) ) |