changeset 2584:733372d63e6d

Oops, we do not use tooltip.js for batcity map anymore.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 29 Jan 2024 08:57:57 +0200
parents e2f16d7e1fc9
children ed3947cb7d65
files old/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/old/Makefile	Mon Jan 29 06:15:07 2024 +0200
+++ b/old/Makefile	Mon Jan 29 08:57:57 2024 +0200
@@ -15,7 +15,7 @@
 
 TARGETS=batmap.html batmap.htm batmap.ansi \
 	hcbat.html hcbat.htm hcbat.ansi \
-	batcity.html worldmap.js tooltip.js misc.css
+	batcity.html worldmap.js citymap.js misc.css
 
 
 ###
@@ -26,7 +26,7 @@
 batmap.map: batmap-30-11-2006.txt
 	@ln -s $< $@
 
-batcity.html: batcity.map batcity.loc tooltip.js ../misc/misc.html misc.css $(MKCITYMAP_BIN)
+batcity.html: batcity.map batcity.loc citymap.js ../misc/misc.html misc.css $(MKCITYMAP_BIN)
 	$(MKCITYMAP_BIN) $(MKCITYMAP_OPTS) -h ../misc/misc.html -t "Old BatCity map" $< batcity.loc -o "$@"
 
 #twomi-batmap.ansi: twomi-batmap.tmp $(COLORMAP_BIN)