From 2ee2dee2586564ee0957dc2e72169e2a3f12ea83 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 19 Mar 2020 12:35:50 +0100 Subject: Add 256x256 icons for SVG in scalable/*.svg; do file=${SVG##*/}; echo "rsvg-convert -w 256 -h 256 $SVG -o 256x256/${file%.svg}.png"; done | sh --- icons/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icons/Makefile.am') diff --git a/icons/Makefile.am b/icons/Makefile.am index 014b2e4a..86acf6bf 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable -include $(top_srcdir)/git.mk -- cgit v1.2.1