aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Christian Pohle2015-09-10 15:24:37 +0200
committerMax Christian Pohle2015-09-10 15:24:37 +0200
commit2c7eb14c71b4cebec1e4ce68588a52241f6ca998 (patch)
treeab8d30afea8ac42ca3488aa340ec84d099a6e673 /Makefile
parentb853c798c7c5c410496c88550f45b80aead24ee3 (diff)
downloadicons-2c7eb14c71b4cebec1e4ce68588a52241f6ca998.tar.bz2
icons-2c7eb14c71b4cebec1e4ce68588a52241f6ca998.zip
sorted preview icons by file name
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
4 rm -f $@ 4 rm -f $@
5 5
6%: %.png 6%: %.png
7 $(shell /usr/bin/env montage -label '\n%t' $(shell find scalable/$(@) -type f) -tile 5 -background white -geometry 96x96+24+24 doc/img/$(@).jpg) 7 $(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)
8 8
9mimetypes: 9mimetypes:
10 ./icons-mkmimetypes.sh /usr/share/mime/generic-icons 10 ./icons-mkmimetypes.sh /usr/share/mime/generic-icons
..