diff options
author | raveit65 <[email protected]> | 2016-03-11 16:15:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-11 16:17:01 +0100 |
commit | 20f1c220c01195b9544ab7771d30c296e70804e7 (patch) | |
tree | a19d8b06bad4cba50b2ccf047295f6aeadaabc44 | |
parent | 8d36c57f2a7a10fab38064b424140c5ec7d6b93e (diff) | |
download | mate-themes-20f1c220c01195b9544ab7771d30c296e70804e7.tar.bz2 mate-themes-20f1c220c01195b9544ab7771d30c296e70804e7.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 |