From 8cbce3d3033a78dc6f35843512e5a0a9993b75db Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Thu, 7 Nov 2013 18:51:34 +0000 Subject: Create tooltips min if needed --- src/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.1-4-g5e80