diff options
author | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2013-11-08 17:39:07 +0000 |
---|---|---|
committer | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2013-11-08 17:39:07 +0000 |
commit | 65968d2184a67feed0af4a6eed57e02101dafde1 (patch) | |
tree | f1c3b3a7bb2b1f511e173b4a2d3983d2cd0a25cb /src/Makefile | |
parent | 70c78c0ae4e0e782069341b23dc50e5179963200 (diff) |
Do not include the flot.canvas in the bundle... no good reason for itv1.1.0
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 8 |
1 files 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 |