* Commit new eyes plugin.

(Old svn revision: 2018)
This commit is contained in:
Nick Schermer 2006-09-11 13:47:32 +00:00
commit 2dc8facea7
90 changed files with 2701 additions and 0 deletions

16
icons/Makefile.am Normal file
View file

@ -0,0 +1,16 @@
SUBDIRS = \
48x48
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
install-data-hook:
@-if test -z "$(DESTDIR)"; then \
echo "Updating Gtk icon cache."; \
$(gtk_update_icon_cache); \
else \
echo "*** Icon cache not updated. Remember to run:"; \
echo "***"; \
echo "*** $(gtk_update_icon_cache)"; \
echo "***"; \
fi