]> arthur.barton.de Git - netdata.git/commitdiff
updated according to #34
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 29 Nov 2015 23:06:38 +0000 (01:06 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 29 Nov 2015 23:06:38 +0000 (01:06 +0200)
web/Makefile.am

index bc496ad4c636c1a1722398343dbd1596fcd89f97..b20279f8b9d4784c07546784e162753d54f55e2c 100644 (file)
@@ -4,21 +4,25 @@
 MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
 
 dist_web_DATA = \
-       datasource.html \
-       index.html \
-       index.js \
-       netdata.js \
-       robots.txt \
-       theme.css \
-       css/morris.css \
-       dashboard.html \
-       dashboard.js \
-       lib/dygraph-combined.js \
-       lib/dygraph-synchronizer.js \
-       lib/jquery-1.11.3.min.js \
-       lib/jquery.peity.min.js \
-       lib/jquery.sparkline.min.js \
-       lib/morris.min.js \
-       lib/raphael-min.js \
-       $(NULL)
+        datasource.html \
+        index.html \
+        index.js \
+        netdata.js \
+        robots.txt \
+        theme.css \
+        css/morris.css \
+        dashboard.html \
+        dashboard.js \
+        $(NULL)
 
+
+weblibdir=$(webdir)/lib
+dist_weblib_DATA = \
+        lib/dygraph-combined.js \
+        lib/dygraph-synchronizer.js \
+        lib/jquery-1.11.3.min.js \
+        lib/jquery.peity.min.js \
+        lib/jquery.sparkline.min.js \
+        lib/morris.min.js \
+        lib/raphael-min.js \
+        $(NULL)