From b175a895077ca142cc0f1fddebb77e6201844117 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 10 Feb 2021 21:19:00 +0100 Subject: build: do not install mo files (translations in xml files) --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) 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 \ -- cgit v1.2.1