mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 08:01:38 +02:00
Merge pull request #699 from laf/makefile
Updated Makefile for font-awesome and vis
This commit is contained in:
@@ -30,10 +30,16 @@ push-personal pp:
|
|||||||
push-testing:
|
push-testing:
|
||||||
$(GIT) push testing
|
$(GIT) push testing
|
||||||
|
|
||||||
update-subtrees: datetime-subtree moment-subtree
|
update-subtrees: datetime-subtree moment-subtree font-awesome vis
|
||||||
|
|
||||||
datetime-subtree:
|
datetime-subtree:
|
||||||
$(GIT_SUBTREE) --prefix=html/js/datetime https://github.com/Eonasdan/bootstrap-datetimepicker master
|
$(GIT_SUBTREE) --prefix=html/js/datetime https://github.com/Eonasdan/bootstrap-datetimepicker master
|
||||||
|
|
||||||
moment-subtree:
|
moment-subtree:
|
||||||
$(GIT_SUBTREE) --prefix=html/js/moment https://github.com/moment/moment master
|
$(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
|
||||||
|
|||||||
Reference in New Issue
Block a user