diff world/Makefile @ 2575:9d147f7d809c

Rename util.js to worldmap.js to better reflect its functionality.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 29 Jan 2024 00:25:14 +0200
parents c7611c9c5d04
children 70524cd664f5
line wrap: on
line diff
--- a/world/Makefile	Sun Jan 28 02:32:53 2024 +0200
+++ b/world/Makefile	Mon Jan 29 00:25:14 2024 +0200
@@ -30,7 +30,7 @@
 	$(addsuffix .ansi,$(WORLD_MAPS)) \
 	$(addsuffix .png,$(WORLD_MAPS)) \
 	$(addsuffix .htm,$(WORLD_MAPS) $(EXTRA_WORLD_MAPS)) \
-	util.js changelog.txt
+	worldmap.js changelog.txt
 
 LOCFILES = $(addsuffix .loc,$(WORLD_MAPS) $(EXTRA_WORLD_MAPS)) special.loc limbo.loc
 EXTRA_MAP_UPLOAD += $(addsuffix .map,$(WORLD_MAPS) $(EXTRA_WORLD_MAPS))