From 8cfa821bc01a5a71f14a7cf52d839057f802acd9 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 11 Mar 2016 16:15:04 +0100 Subject: we don't want to install mo files, all translations are already stored in index.theme files --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2804bd07..193b6301 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,3 +27,8 @@ dist-hook: else \ echo A git clone is required to generate a ChangeLog >&2; \ fi + +# we don't want to install mo files, all translations are already stored +# in theme files +install-data-local: + $(MAKE) -C po uninstall -- cgit v1.2.1