From 2a461f2262e7f3be218e0a548ef114ada865fd93 Mon Sep 17 00:00:00 2001 From: SARL ENR-68 Date: Sun, 29 Dec 2013 11:36:19 +0100 Subject: replace all windows icon to icon "isodumper" -instead of "gtk-execute" icon --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 84a60d2..19c4fc7 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,11 @@ install: all convert isodumper.png -geometry 48x48 $(DESTDIR)$(ICONSDIR)/large/isodumper.png mkdir -p $(DESTDIR)$(PIXMAPSDIR) install -m 644 isodumper.png $(DESTDIR)$(PIXMAPSDIR) + for png in 128x128 64x64 48x48 32x32 22x22 16x16; \ + do \ + mkdir -p $(DESTDIR)$(ICONSDIR)/hicolor/$$png/apps; \ + convert isodumper.png -geometry $$png $(DESTDIR)$(ICONSDIR)/hicolor/$$png/apps/isodumper.png; \ + done # for isodumper.mo translations for locale in share/locale/*; \ -- cgit v1.2.1