changeset 2585:ed3947cb7d65

Merge.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 30 Jan 2024 17:52:19 +0200
parents 2493bf375d78 (current diff) 733372d63e6d (diff)
children c9ad27a50988
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/old/Makefile	Tue Jan 30 10:26:38 2024 +0200
+++ b/old/Makefile	Tue Jan 30 17:52:19 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)