summaryrefslogtreecommitdiff
path: root/icons/Makefile.am
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-03-25 19:16:33 +0100
committerraveit65 <[email protected]>2020-03-26 17:44:22 +0100
commit727dd779b37d6582500c035664b28abce186c259 (patch)
treeee2a3161393d389859682074f2998ca9667b7500 /icons/Makefile.am
parent160817958db902e5270e35b868778b2078a73a01 (diff)
downloadmate-panel-727dd779b37d6582500c035664b28abce186c259.tar.bz2
mate-panel-727dd779b37d6582500c035664b28abce186c259.tar.xz
Add 64x64 icons
for SVG in scalable/*.svg; do file=${SVG##*/}; echo "rsvg-convert -w 64 -h 64 $SVG -o 64x64/${file%.svg}.png"; done | sh
Diffstat (limited to 'icons/Makefile.am')
-rw-r--r--icons/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am
index 86acf6bf..8e5ab1ac 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 64x64 256x256 scalable
-include $(top_srcdir)/git.mk