Code

Translations. French translation minor update.
[inkscape.git] / share / icons / application / Makefile.am
1 SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256
3 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
5 install-data-hook: update-icon-cache
6 uninstall-hook: update-icon-cache
8 update-icon-cache:
9         @-if test -z "$(DESTDIR)"; then \
10         echo "Updating Gtk icon cache."; \
11         $(gtk_update_icon_cache); \
12         else \
13         echo "*** Icon cache not updated. After (un)install, run this:"; \
14         echo "*** $(gtk_update_icon_cache)"; \
15         fi