From 3ea068693fab138766f9b5167c0a4f58a523f20b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 10 Dec 2011 12:55:00 -0500 Subject: Store the Twitter icon locally. --- theme.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'theme.mk') diff --git a/theme.mk b/theme.mk index 7b8f15b..380ceb6 100644 --- a/theme.mk +++ b/theme.mk @@ -9,6 +9,9 @@ srcfiles = \ content-single.php \ sidebar-index.php -targets = style.css header.php index.php single.php +targets = style.css header.php index.php single.php twitter.png style.css: twentyeleven-fix.scss plugins.d/statusnetwidget.scss + +twitter.png: + $(WGET) $(WGETFLAGS) 'https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png' $(WGET_OUTFLAG) $@ -- cgit v1.2.3