summaryrefslogtreecommitdiffstats
path: root/media/oca-128/Makefile
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2015-07-09 16:35:12 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-07-09 16:35:12 (EDT)
commit2eed612b5fc6e9463293c22b3ffd1e61e747de4f (patch)
tree972784210f55a6258283ef526b9354c944c2c764 /media/oca-128/Makefile
parentf6bc8baeb3f98d4ed1ed4bc613b0fbfc5abc4e41 (diff)
Add 128-px icons for home page slideshow
Diffstat (limited to 'media/oca-128/Makefile')
-rw-r--r--media/oca-128/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/media/oca-128/Makefile b/media/oca-128/Makefile
new file mode 100644
index 0000000..72a44fd
--- /dev/null
+++ b/media/oca-128/Makefile
@@ -0,0 +1,16 @@
+icons = \
+ boobaloo-Soaring-Eagle.png \
+ embedded-systems.png \
+ zip.png \
+ 1297948317.png
+
+.SUFFIXES:
+.SUFFIXES: .svg .png
+
+all: $(icons)
+
+clean:
+ rm -f $(icons)
+
+.svg.png:
+ inkscape -e $@ -w 128 -h 128 $<