From e57612bbb14206c60b1cd1d9d24e19635bb09725 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 25 Dec 2018 17:57:53 +0100 Subject: search-tool: disable translations for ca@valencia fixes build error with help files with fedora 29 probably an xml language error. --- gsearchtool/help/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gsearchtool/help') 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