diff options
author | raveit65 <[email protected]> | 2016-03-11 16:15:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-11 16:16:46 +0100 |
commit | 3368f4408ba6ae98e32daa12bb9eb90d1810a451 (patch) | |
tree | 79b2759cb6be59fd3a897513d3beb698b2598938 /Makefile.am | |
parent | e8764e6f68c97ec727050f0ff5f0c3d14c226848 (diff) | |
download | mate-themes-3368f4408ba6ae98e32daa12bb9eb90d1810a451.tar.bz2 mate-themes-3368f4408ba6ae98e32daa12bb9eb90d1810a451.tar.xz |
we don't want to install mo files, all translations are already stored in index.theme files
Diffstat (limited to 'Makefile.am')
-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 |