From 160817958db902e5270e35b868778b2078a73a01 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f15f2419..083db971 100644 --- a/configure.ac +++ b/configure.ac @@ -308,6 +308,7 @@ icons/22x22/Makefile icons/24x24/Makefile icons/32x32/Makefile icons/48x48/Makefile +icons/256x256/Makefile icons/scalable/Makefile mate-panel/Makefile mate-panel/libegg/Makefile -- cgit v1.2.1