aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSARL ENR-68 <david@david.david>2013-12-29 11:36:19 +0100
committerSARL ENR-68 <david@david.david>2013-12-29 11:36:19 +0100
commit2a461f2262e7f3be218e0a548ef114ada865fd93 (patch)
treed873bf6c3428b6520e043bdc3ecef6a58c4c5b0d /Makefile
parentefa4ab6a791804db20492634decf3a53c74951c4 (diff)
downloadisodumper-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--Makefile5
1 files changed, 5 insertions, 0 deletions
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/*; \