From 2c7eb14c71b4cebec1e4ce68588a52241f6ca998 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 10 Sep 2015 15:24:37 +0200 Subject: sorted preview icons by file name --- Makefile | 2 +- doc/img/actions.jpg | Bin 50909 -> 51191 bytes doc/img/apps.jpg | Bin 49543 -> 49904 bytes doc/img/categories.jpg | Bin 12510 -> 12511 bytes doc/img/devices.jpg | Bin 26106 -> 26255 bytes doc/img/emblems.jpg | Bin 15545 -> 15544 bytes doc/img/mimetypes-templates.jpg | Bin 36608 -> 36766 bytes doc/img/places.jpg | Bin 32754 -> 32951 bytes doc/img/status.jpg | Bin 24974 -> 25021 bytes 9 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e5b4ab..35e93b7 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: actions apps categories devices emblems places status mimetypes-templates rm -f $@ %: %.png - $(shell /usr/bin/env montage -label '\n%t' $(shell find scalable/$(@) -type f) -tile 5 -background white -geometry 96x96+24+24 doc/img/$(@).jpg) + $(shell /usr/bin/env montage -label '\n%t' $(shell find scalable/$(@) -type f | sort) -tile 5 -background white -geometry 96x96+24+24 doc/img/$(@).jpg) mimetypes: ./icons-mkmimetypes.sh /usr/share/mime/generic-icons diff --git a/doc/img/actions.jpg b/doc/img/actions.jpg index 8974469..6542347 100644 Binary files a/doc/img/actions.jpg and b/doc/img/actions.jpg differ diff --git a/doc/img/apps.jpg b/doc/img/apps.jpg index 6162fe7..1014349 100644 Binary files a/doc/img/apps.jpg and b/doc/img/apps.jpg differ diff --git a/doc/img/categories.jpg b/doc/img/categories.jpg index 921efde..ee4eac4 100644 Binary files a/doc/img/categories.jpg and b/doc/img/categories.jpg differ diff --git a/doc/img/devices.jpg b/doc/img/devices.jpg index 119a270..e1640f9 100644 Binary files a/doc/img/devices.jpg and b/doc/img/devices.jpg differ diff --git a/doc/img/emblems.jpg b/doc/img/emblems.jpg index ad7cb6e..a482541 100644 Binary files a/doc/img/emblems.jpg and b/doc/img/emblems.jpg differ diff --git a/doc/img/mimetypes-templates.jpg b/doc/img/mimetypes-templates.jpg index f229bcc..08c1b41 100644 Binary files a/doc/img/mimetypes-templates.jpg and b/doc/img/mimetypes-templates.jpg differ diff --git a/doc/img/places.jpg b/doc/img/places.jpg index 9e9a512..32aa6d1 100644 Binary files a/doc/img/places.jpg and b/doc/img/places.jpg differ diff --git a/doc/img/status.jpg b/doc/img/status.jpg index d9ac622..80ff6e6 100644 Binary files a/doc/img/status.jpg and b/doc/img/status.jpg differ -- cgit v1.2.3