[Xfce4-commits] <xfce4-dict:master> Fix make distcheck
Enrico Tröger
noreply at xfce.org
Mon May 20 16:26:04 CEST 2013
Updating branch refs/heads/master
to fd98dd4cc350065ec435382bd68268a8f2652686 (commit)
from f3d541ff7408695b1f147beaa5b2401ba8d53fc0 (commit)
commit fd98dd4cc350065ec435382bd68268a8f2652686
Author: Enrico Tröger <enrico.troeger at uvena.de>
Date: Mon May 20 16:23:03 2013 +0200
Fix make distcheck
Makefile.am | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 7986d0d..ec0b7ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,11 @@ gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
man_MANS=xfce4-dict.1
-install-data-hook:
+install-data-hook: update-icon-cache
+
+uninstall-hook: update-icon-cache
+
+update-icon-cache:
@-if test -z "$(DESTDIR)"; then \
echo "Updating Gtk icon cache."; \
$(gtk_update_icon_cache); \
@@ -47,4 +51,3 @@ sign:
gpg --detach-sign --digest-algo SHA512 $(PACKAGE)-$(VERSION).tar.gz; fi
if test -f $(PACKAGE)-$(VERSION).tar.bz2; then \
gpg --detach-sign --digest-algo SHA512 $(PACKAGE)-$(VERSION).tar.bz2; fi
-
More information about the Xfce4-commits
mailing list