diff options
author | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2013-11-07 18:51:34 +0000 |
---|---|---|
committer | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2013-11-07 18:51:34 +0000 |
commit | 8cbce3d3033a78dc6f35843512e5a0a9993b75db (patch) | |
tree | 848cbe465751b6b453c5f6340e4237595152c43d /src/Makefile | |
parent | 5ff56c69f85d42da5a4a69280a09c7a91b4b488b (diff) |
Create tooltips min if needed
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 3f50427..4d8f03a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -33,5 +33,9 @@ lib/javascriptrrd.wlibs.js: lib/javascriptrrd.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 + clean: rm -f lib/javascriptrrd.js lib/javascriptrrd.wlibs.js |