summaryrefslogtreecommitdiff
path: root/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
commitc51ba815d0b0f7a3d98889bc5ee13df6436b3c23 (patch)
treee1a8673dbbe1eabba483fae8d11d8508c40c083a /optimized-text/Makefile
parent1bff140995bfc5fa9ab1c50b7aecff183a353127 (diff)
official-2013/optimized-text: add silhouette; like logo, but 30% opacity
Diffstat (limited to 'optimized-text/Makefile')
-rw-r--r--optimized-text/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/optimized-text/Makefile b/optimized-text/Makefile
index 20ac152..2fb555b 100644
--- a/optimized-text/Makefile
+++ b/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)