summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-02-10 21:19:00 +0100
committerraveit65 <[email protected]>2021-03-06 20:04:21 +0100
commitb175a895077ca142cc0f1fddebb77e6201844117 (patch)
tree5b7510d672fc97fa8dd71ab0a27286a3245e8e65 /Makefile.am
parent20d4d655de6a03ef86abceff27eda710df18fbf6 (diff)
downloadmate-backgrounds-b175a895077ca142cc0f1fddebb77e6201844117.tar.bz2
mate-backgrounds-b175a895077ca142cc0f1fddebb77e6201844117.tar.xz
build: do not install mo files (translations in xml files)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
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 \