diff options
author | raveit65 <[email protected]> | 2016-03-11 16:15:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-11 16:16:29 +0100 |
commit | ebca64f643b3dbeac4d5b231180d4e5f86330c0f (patch) | |
tree | 1a29bd6be26efb782cbdb0b69bdeacfc02fbf712 /Makefile.am | |
parent | 1c5aa0f1a759508774a128423670248894c56a7d (diff) | |
download | mate-themes-ebca64f643b3dbeac4d5b231180d4e5f86330c0f.tar.bz2 mate-themes-ebca64f643b3dbeac4d5b231180d4e5f86330c0f.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 |