[empathy] Fix distcheck when doing parallel build
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Fix distcheck when doing parallel build
- Date: Mon, 23 Jul 2012 13:56:12 +0000 (UTC)
commit 136088b2686da8dc9fca4e3b77faad28e1a873d1
Author: Xavier Claessens <xavier claessens collabora co uk>
Date: Mon Jul 23 15:43:19 2012 +0200
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 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 4bac794..c130a22 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]