summaryrefslogtreecommitdiff
path: root/sitestatic/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-15 01:29:41 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-15 01:29:41 -0400
commit90873ef7de4bf842fbf6971836a373c555cfcbaa (patch)
tree52608c90e8a0fa13b1f2b4ccfade1d9162beb5d1 /sitestatic/Makefile
parent65e3ef63f7475a217da5205a788f52f3888ebea7 (diff)
parent7a8b5707b277f052b712c51574b0e28834b5a5f8 (diff)
Merge branch 'archweb-generic' into master-nomake
Diffstat (limited to 'sitestatic/Makefile')
-rw-r--r--sitestatic/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/sitestatic/Makefile b/sitestatic/Makefile
deleted file mode 100644
index d716992f..00000000
--- a/sitestatic/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-include ../common.mk
-
-jquery-ver=1.8.3
-bootstrap-ver=2.1.1
-tablesorter-ver=2.7
-targets = \
- bootstrap-typeahead \
- jquery-$(jquery-ver) \
- jquery.tablesorter-$(tablesorter-ver) \
- konami
-
-target-files=$(addsuffix .js,$(targets)) $(addsuffix .min.js,$(targets)) favicon.ico silhouette.png
-all: $(target-files)
-clean:
- rm -f -- $(target-files)
-
-bootstrap-typeahead.js: %: $(www)/https/raw.github.com/twitter/bootstrap/v$(bootstrap-ver)/js/%
- cp $< $@
-jquery-$(jquery-ver).js: %: $(www)/http/code.jquery.com/%
- cp $< $@
-jquery.tablesorter-$(tablesorter-ver).js: $(www)/https/raw.github.com/Mottie/tablesorter/v$(tablesorter-ver)/js/jquery.tablesorter.js
- cp $< $@
-konami.js: %: $(www)/https/raw.github.com/snaptortoise/konami-js/master/%
- cp $< $@
-
-favicon.ico silhouette.png: %: $(branding)/%
- cp $< $@