From 136088b2686da8dc9fca4e3b77faad28e1a873d1 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 23 Jul 2012 15:43:19 +0200 Subject: Fix distcheck when doing parallel build This makes sure the icones are done (un)installing before regenerating the icon cache. --- data/icons/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 4bac794d..c130a22c 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -251,9 +251,13 @@ uninstall-icons: rm -f $(DESTDIR)$(pkgdatadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \ done -install-data-local: install-icons update-icon-cache +install-data-local: + $(MAKE) install-icons + $(MAKE) update-icon-cache -uninstall-local: uninstall-icons update-icon-cache +uninstall-local: + $(MAKE) uninstall-icons + $(MAKE) update-icon-cache # Local copy of the "installed" icon. This is used to be able to run empathy # from source (see bgo #616159) -- cgit v1.2.1