diff options
author | rbuj <[email protected]> | 2021-02-10 21:19:00 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-06 20:04:21 +0100 |
commit | b175a895077ca142cc0f1fddebb77e6201844117 (patch) | |
tree | 5b7510d672fc97fa8dd71ab0a27286a3245e8e65 | |
parent | 20d4d655de6a03ef86abceff27eda710df18fbf6 (diff) | |
download | mate-backgrounds-b175a895077ca142cc0f1fddebb77e6201844117.tar.bz2 mate-backgrounds-b175a895077ca142cc0f1fddebb77e6201844117.tar.xz |
build: do not install mo files (translations in xml files)
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f8e2c63..e96a886 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,11 @@ dist-hook: 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 xml files +install-data-local: + $(MAKE) -C po uninstall + EXTRA_DIST = \ its \ autogen.sh \ |