summaryrefslogtreecommitdiff
path: root/official-2013/optimized-text/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-27 11:28:23 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-27 11:28:23 -0400
commit618c6e36771de4b8250a5b8fcfbec0340c384d69 (patch)
treec0a4e1b64a7c49e744137207e4aa2568061c1d61 /official-2013/optimized-text/Makefile
parent30970fc49494cd570169e4366bd7e76f6de4c3c2 (diff)
official-2013/optimized-text: add silhouette; like logo, but 30% opacity
Diffstat (limited to 'official-2013/optimized-text/Makefile')
-rw-r--r--official-2013/optimized-text/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/official-2013/optimized-text/Makefile b/official-2013/optimized-text/Makefile
index 20ac152..2fb555b 100644
--- a/official-2013/optimized-text/Makefile
+++ b/official-2013/optimized-text/Makefile
@@ -31,7 +31,8 @@ website: \
apple-touch-icon-144x144.png \
icon-transparent-64x64.png \
archlogo.png \
- favicon.ico
+ favicon.ico \
+ silhouette.png
clean:
rm -f *.png *.ico
@@ -49,6 +50,10 @@ clean:
favicon.raw.png: logo.svg Makefile
$(call SVG2PNG,$<,$@,16)
+.INTERMEDIATE: silhouette.raw.png
+silhouette.raw.png: silhouette.svg Makefile
+ $(call SVG2PNG,$<,$@,125)
+
apple-touch-icon-%.raw.png: logo.svg Makefile
$(call SVG2PNG,$<,$@,$(firstword $(subst x, ,$*)),$(lastword $(subst x, ,$*)),#ffffff)