From f89a3efa14c2c351dd8d1c85722396c2fc20d283 Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Sun, 20 Dec 2015 02:26:16 +0200 Subject: [PATCH] added new files to makefiles --- LICENSE.md | 8 ++++++-- Makefile.am | 1 + web/Makefile.am | 11 +++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index d3301ae9..82def8e5 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -9,8 +9,8 @@ Release under [GPL v3 or later](http://www.gnu.org/licenses/gpl-3.0.en.html). Netdata re-distributes the following third party software. We decided to re-distribute all these, instead of using them -through a CDN, to allow netdata work in case internet connectivity -is not available. +through a CDN, to allow netdata work in cases where internet +connectivity is not available. - [Dygraphs](http://dygraphs.com/) @@ -79,3 +79,7 @@ is not available. Font license: [SIL OFL 1.1](http://scripts.sil.org/OFL) CSS license: [MIT License](http://opensource.org/licenses/mit-license.html) +- [IconsDB.com Icons](http://www.iconsdb.com/soylent-red-icons/seo-performance-icon.html) + + Icons provided as CC0 1.0 Universal (CC0 1.0) Public Domain Dedication + diff --git a/Makefile.am b/Makefile.am index d0bc84d6..9009aac7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ MAINTAINERCLEANFILES= \ EXTRA_DIST = \ .gitignore \ README.md \ + LICENSE.md \ netdata-9999.ebuild \ $(NULL) diff --git a/web/Makefile.am b/web/Makefile.am index 7581fb51..1cd76482 100644 --- a/web/Makefile.am +++ b/web/Makefile.am @@ -30,6 +30,8 @@ dist_weblib_DATA = \ lib/jquery.easypiechart.min.js \ lib/jquery.nanoscroller.min.js \ lib/bootstrap.min.js \ + lib/ElementQueries.js \ + lib/ResizeSensor.js \ $(NULL) webcssdir=$(webdir)/css @@ -37,6 +39,7 @@ dist_webcss_DATA = \ css/morris.css \ css/bootstrap.min.css \ css/bootstrap-theme.min.css \ + css/font-awesome.min.css \ $(NULL) webfontsdir=$(webdir)/fonts @@ -46,6 +49,12 @@ dist_webfonts_DATA = \ fonts/glyphicons-halflings-regular.ttf \ fonts/glyphicons-halflings-regular.woff \ fonts/glyphicons-halflings-regular.woff2 \ + fonts/FontAwesome.otf \ + fonts/fontawesome-webfont.eot \ + fonts/fontawesome-webfont.svg \ + fonts/fontawesome-webfont.ttf \ + fonts/fontawesome-webfont.woff \ + fonts/fontawesome-webfont.woff2 \ $(NULL) webimagesdir=$(webdir)/images @@ -63,3 +72,5 @@ dist_webimages_DATA = \ images/seo-performance-multi-size.ico \ images/seo-performance-multi-size.icns \ $(NULL) + + -- 2.39.2