From 9885b55125051c5328babeace1b4fe06a402dc6b Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 25 Dec 2012 13:29:37 -0800 Subject: [PATCH] Add bootstrap-tooltip to Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b002d40f4..9c7e33783 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ all: \ iD.min.js .INTERMEDIATE iD.js: \ + js/lib/bootstrap-tooltip.js \ js/lib/d3.v3.js \ js/lib/d3.geo.tile.js \ js/lib/d3.keybinding.js \