summaryrefslogtreecommitdiff
path: root/sitestatic/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-07-14 19:43:48 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-07-14 19:43:48 -0600
commitbc05a46912d83901c472c720c5112e315127789f (patch)
treed562b98551dfd7f5861b195a73c65b0f7a818706 /sitestatic/Makefile
parentd10acd3ebf889fc50054b4da9c1962bad79533e1 (diff)
add Makefiles to generate the branding
Diffstat (limited to 'sitestatic/Makefile')
-rw-r--r--sitestatic/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sitestatic/Makefile b/sitestatic/Makefile
index e99e3c96..432b15ce 100644
--- a/sitestatic/Makefile
+++ b/sitestatic/Makefile
@@ -7,9 +7,9 @@ targets = \
bootstrap-typeahead \
jquery-$(jquery-ver) \
jquery.tablesorter-$(tablesorter-ver) \
- konami
+ konami \
-target-files=$(addsuffix .js,$(targets)) $(addsuffix .min.js,$(targets))
+target-files=$(addsuffix .js,$(targets)) $(addsuffix .min.js,$(targets)) favicon.ico silhouette.png
all: $(target-files)
clean:
rm -f -- $(target-files)
@@ -22,3 +22,6 @@ jquery.tablesorter-$(tablesorter-ver).js: $(www)/https/raw.github.com/Mottie/tab
cp $< $@
konami.js: %: $(www)/https/raw.github.com/snaptortoise/konami-js/master/%
cp $< $@
+
+favicon.ico silhouette.png: %: $(branding)/%
+ cp $< $@