diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
| 9 | mimetypes: | 9 | mimetypes: |
| 10 | ./icons-mkmimetypes.sh /usr/share/mime/generic-icons | 10 | ./icons-mkmimetypes.sh /usr/share/mime/generic-icons |
