diff options
author | SARL ENR-68 <david@david.david> | 2013-12-29 11:36:19 +0100 |
---|---|---|
committer | SARL ENR-68 <david@david.david> | 2013-12-29 11:36:19 +0100 |
commit | 2a461f2262e7f3be218e0a548ef114ada865fd93 (patch) | |
tree | d873bf6c3428b6520e043bdc3ecef6a58c4c5b0d /Makefile | |
parent | efa4ab6a791804db20492634decf3a53c74951c4 (diff) | |
download | isodumper-2a461f2262e7f3be218e0a548ef114ada865fd93.tar isodumper-2a461f2262e7f3be218e0a548ef114ada865fd93.tar.gz isodumper-2a461f2262e7f3be218e0a548ef114ada865fd93.tar.bz2 isodumper-2a461f2262e7f3be218e0a548ef114ada865fd93.tar.xz isodumper-2a461f2262e7f3be218e0a548ef114ada865fd93.zip |
replace all windows icon to icon "isodumper"
-instead of "gtk-execute" icon
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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/*; \ |