X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=images%2Ficons%2FMakefile;h=18094baacb5df28478bdbf3bf1346c3bb294ce03;hb=4a348f8bca71e2d3e4e9cf4c9487efd853305de1;hp=00c4fa4c20bef3829021f1b1a52ca491cd508f07;hpb=7f2070ca91aca9e92f3ac4c5b714742c6f9ecc3b;p=friendica.git diff --git a/images/icons/Makefile b/images/icons/Makefile index 00c4fa4c20..18094baacb 100644 --- a/images/icons/Makefile +++ b/images/icons/Makefile @@ -1,15 +1,16 @@ IMAGES=add.png edit.png gear.png info.png menu.png \ - notify_off.png star.png delete.png feed.png group.png \ + notify_off.png star.png delete.png feed.png circle.png \ lock.png notice.png notify_on.png user.png link.png \ - play.png plugin.png unlock.png + play.png plugin.png unlock.png zip.png audio.png video.png \ + image.png text.png DESTS=10/ 16/ 22/ 48/ \ $(addprefix 10/, $(IMAGES)) \ $(addprefix 16/, $(IMAGES)) \ $(addprefix 22/, $(IMAGES)) \ $(addprefix 48/, $(IMAGES)) - + all: $(DESTS) %/: @@ -17,7 +18,7 @@ all: $(DESTS) 10/%.png: %.png convert $< -resize 10x10 $@ - + 16/%.png: %.png convert $< -resize 16x16 $@