From 98499a0ad10b5ee92bd838b686d0d26326e2236a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 26 Dec 2018 09:54:33 +0100 Subject: search-tool: disable translations for ca@valencia fixes build error with help files with fedora 29 (itstool-2.0.5) probably a xml language error. --- gsearchtool/help/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) ) -- cgit v1.2.1