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 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

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 
-- 
cgit v1.2.3