From 213b261908344f16273ddc54b5d8f2a3244fa440 Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 31 Mar 2015 17:33:42 +0100 Subject: [PATCH] Updated Makefile for font-awesome and vis --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f9334689ef..f7894ab811 100644 --- a/Makefile +++ b/Makefile @@ -30,10 +30,16 @@ push-personal pp: push-testing: $(GIT) push testing -update-subtrees: datetime-subtree moment-subtree +update-subtrees: datetime-subtree moment-subtree font-awesome vis datetime-subtree: $(GIT_SUBTREE) --prefix=html/js/datetime https://github.com/Eonasdan/bootstrap-datetimepicker master moment-subtree: $(GIT_SUBTREE) --prefix=html/js/moment https://github.com/moment/moment master + +font-awesome: + $(GIT_SUBTREE) --prefix=lib/Font-Awesome https://github.com/FortAwesome/Font-Awesome.git master + +vis: + $(GIT_SUBTREE) --prefix=lib/vis https://github.com/almende/vis.git master