Display names on markers.
[platal.git] / Makefile
index 7f8b363..4cc834f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -243,9 +243,14 @@ $(JSTREE_PATH):
 ##
 ## Maps auxiliary scripts
 ##
-maps:
+maps: htdocs/javascript/markerclusterer_packed.js htdocs/javascript/markerwithlabel_packed.js
+
+htdocs/javascript/markerclusterer_packed.js:
        wget http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/src/markerclusterer_packed.js -O htdocs/javascript/markerclusterer_packed.js
 
+htdocs/javascript/markerwithlabel_packed.js:
+       wget http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.1.4/src/markerwithlabel_packed.js -O htdocs/javascript/markerwithlabel_packed.js
+
 ##
 ## lists rpc
 ##