summaryrefslogtreecommitdiff
path: root/sitestatic/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-15 00:51:40 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-15 00:51:40 -0400
commit0e7d8abd052418a9dbf79aac43ad388d2d16b043 (patch)
treea883bd585046ba5be7561b3f315c8a57dcbbd15f /sitestatic/Makefile
parent67b87ed4c0abd593e2833b3aa6b969c2e2451b60 (diff)
parent98e3d3126710a827c1ea1296f38e3e29adf37857 (diff)
Merge branch 'mkjs' into archweb-generic
Diffstat (limited to 'sitestatic/Makefile')
-rw-r--r--sitestatic/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/sitestatic/Makefile b/sitestatic/Makefile
deleted file mode 100644
index e99e3c96..00000000
--- a/sitestatic/Makefile
+++ /dev/null
@@ -1,24 +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))
-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 $< $@