diff options
author | raveit65 <[email protected]> | 2016-03-11 16:15:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-11 16:16:01 +0100 |
commit | 8cfa821bc01a5a71f14a7cf52d839057f802acd9 (patch) | |
tree | 7aed98d80b95f4c4981e0a8fd18cff5194d81b68 | |
parent | 3dc029fc015cedc6405b6015662800bf1e56962f (diff) | |
download | mate-themes-8cfa821bc01a5a71f14a7cf52d839057f802acd9.tar.bz2 mate-themes-8cfa821bc01a5a71f14a7cf52d839057f802acd9.tar.xz |
we don't want to install mo files, all translations are already stored in index.theme files
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
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 |