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:42:50 +0100
commit6ed13133fe24271a677f7f7d8bfd59ba375fe6e3 (patch)
treef9df1ab3f275fea428ec1f3f541130cbb3b0a7a6 /icons/Makefile.am
parent2ee2dee2586564ee0957dc2e72169e2a3f12ea83 (diff)
downloadmate-panel-6ed13133fe24271a677f7f7d8bfd59ba375fe6e3.tar.bz2
mate-panel-6ed13133fe24271a677f7f7d8bfd59ba375fe6e3.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