diff options
author | raveit65 <[email protected]> | 2018-11-19 09:36:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-11-19 09:38:52 +0100 |
commit | eb150d258bda1ffb81304fed43ab47a5567d427e (patch) | |
tree | 87ec5e99f605854e70d63699f9efc92473cfe448 | |
parent | 5c87f57dd766a52064271ea17e2b8e573085b5d1 (diff) | |
download | mate-user-guide-eb150d258bda1ffb81304fed43ab47a5567d427e.tar.bz2 mate-user-guide-eb150d258bda1ffb81304fed43ab47a5567d427e.tar.xz |
tx: blacklist 'tr' language to fix build
-rw-r--r-- | mate-user-guide/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-user-guide/Makefile.am b/mate-user-guide/Makefile.am index cc94808..1909161 100644 --- a/mate-user-guide/Makefile.am +++ b/mate-user-guide/Makefile.am @@ -74,7 +74,7 @@ HELP_MEDIA = \ figures/yelp_window.png # Add linguas to be ignored, e.g. IGNORE_HELP_LINGUAS = ca de es fr -IGNORE_HELP_LINGUAS = +IGNORE_HELP_LINGUAS = tr HELP_LINGUAS = $(if $(IGNORE_HELP_LINGUAS), \ $(filter-out $(IGNORE_HELP_LINGUAS),$(subst /,,$(dir $(wildcard */*.po)))), \ $(subst /,,$(dir $(wildcard */*.po))) ) |