summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-02-13 09:05:02 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2013-02-13 09:10:42 -0500
commitccc7cedd69d9b75edaa8279bda29df4042a53bb5 (patch)
tree14e113cc56d1fa67008ef00fc17b72b493340a16 /Makefile.am
parent05027f4c0f4bc5a7b4eceeac5ac7f19e32f1d55a (diff)
downloadgnome-themes-standard-ccc7cedd69d9b75edaa8279bda29df4042a53bb5.tar.gz
build: don't install translations
Autotool snippet taken from gnome-icon-theme https://bugzilla.gnome.org/show_bug.cgi?id=637320
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 95c43e4a..9c665841 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,4 +29,9 @@ 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 theme files
+install-data-local:
+ $(MAKE) -C po uninstall
+
-include $(top_srcdir)/git.mk