aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--doc/img/actions.jpgbin50909 -> 51191 bytes
-rw-r--r--doc/img/apps.jpgbin49543 -> 49904 bytes
-rw-r--r--doc/img/categories.jpgbin12510 -> 12511 bytes
-rw-r--r--doc/img/devices.jpgbin26106 -> 26255 bytes
-rw-r--r--doc/img/emblems.jpgbin15545 -> 15544 bytes
-rw-r--r--doc/img/mimetypes-templates.jpgbin36608 -> 36766 bytes
-rw-r--r--doc/img/places.jpgbin32754 -> 32951 bytes
-rw-r--r--doc/img/status.jpgbin24974 -> 25021 bytes
9 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
diff --git a/doc/img/actions.jpg b/doc/img/actions.jpg
index 8974469..6542347 100644
--- a/doc/img/actions.jpg
+++ b/doc/img/actions.jpg
Binary files differ
diff --git a/doc/img/apps.jpg b/doc/img/apps.jpg
index 6162fe7..1014349 100644
--- a/doc/img/apps.jpg
+++ b/doc/img/apps.jpg
Binary files differ
diff --git a/doc/img/categories.jpg b/doc/img/categories.jpg
index 921efde..ee4eac4 100644
--- a/doc/img/categories.jpg
+++ b/doc/img/categories.jpg
Binary files differ
diff --git a/doc/img/devices.jpg b/doc/img/devices.jpg
index 119a270..e1640f9 100644
--- a/doc/img/devices.jpg
+++ b/doc/img/devices.jpg
Binary files differ
diff --git a/doc/img/emblems.jpg b/doc/img/emblems.jpg
index ad7cb6e..a482541 100644
--- a/doc/img/emblems.jpg
+++ b/doc/img/emblems.jpg
Binary files differ
diff --git a/doc/img/mimetypes-templates.jpg b/doc/img/mimetypes-templates.jpg
index f229bcc..08c1b41 100644
--- a/doc/img/mimetypes-templates.jpg
+++ b/doc/img/mimetypes-templates.jpg
Binary files differ
diff --git a/doc/img/places.jpg b/doc/img/places.jpg
index 9e9a512..32aa6d1 100644
--- a/doc/img/places.jpg
+++ b/doc/img/places.jpg
Binary files differ
diff --git a/doc/img/status.jpg b/doc/img/status.jpg
index d9ac622..80ff6e6 100644
--- a/doc/img/status.jpg
+++ b/doc/img/status.jpg
Binary files differ
..