From 65968d2184a67feed0af4a6eed57e02101dafde1 Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Fri, 8 Nov 2013 17:39:07 +0000 Subject: Do not include the flot.canvas in the bundle... no good reason for it --- src/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/Makefile b/src/Makefile index 4d8f03a..080079c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -20,19 +20,15 @@ wlibs: lib/javascriptrrd.wlibs.js lib/javascriptrrd.wlibs.js: lib/javascriptrrd.js \ ../flot/jquery.min.js ../flot/jquery.flot.min.js ../flot/jquery.flot.time.min.js \ - ../flot/jquery.flot.selection.min.js ../flot/jquery.flot.canvas.min.js ../flot/jquery.flot.tooltip.min.js + ../flot/jquery.flot.selection.min.js ../flot/jquery.flot.tooltip.min.js cat $^ > $@ -#the flot.time lnd flout.canvas ibraries only got added in v0.8 flot +#the flot.time binaru only got added in v0.8 flot #create an empty file if it does not exist for consistency ../flot/jquery.flot.time.min.js: touch -a ../flot/jquery.flot.time.min.js touch -a ../flot/jquery.flot.time.js -../flot/jquery.flot.canvas.min.js: - touch -a ../flot/jquery.flot.canvas.min.js - touch -a ../flot/jquery.flot.canvas.js - # in the past we were not shipping the min version, so just use the unminimized one, if needed ../flot/jquery.flot.tooltip.min.js: cp ../flot/jquery.flot.tooltip.js ../flot/jquery.flot.tooltip.min.js -- cgit v1.1-4-g5e80