]> arthur.barton.de Git - netdata.git/commitdiff
added new files to makefiles
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 20 Dec 2015 00:26:16 +0000 (02:26 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 20 Dec 2015 00:26:16 +0000 (02:26 +0200)
LICENSE.md
Makefile.am
web/Makefile.am

index d3301ae92311301ae34ffeb4e82ea16d2018ccf8..82def8e5c262c18e9f143cfc0b389cc1fb8b9281 100644 (file)
@@ -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
+
index d0bc84d6ddc7cd23c6e14cfdbe6cd60e2599b8eb..9009aac77305eaf0d175fbe3fc9b2aa4bb9cbf76 100644 (file)
@@ -19,6 +19,7 @@ MAINTAINERCLEANFILES= \
 EXTRA_DIST = \
        .gitignore \
        README.md \
+       LICENSE.md \
        netdata-9999.ebuild \
        $(NULL)
 
index 7581fb51d555b05e049a58b69252c8843d4e4506..1cd764829c6facfede0a3e0b0d124552cd578360 100644 (file)
@@ -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)
+
+