changeset 2520:d2918bedeb19

Add EXTRA_WORLD_MAPS variable.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 Aug 2023 18:21:55 +0300
parents c16e21ccdc40
children 55201a1420df
files world/Makefile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/world/Makefile	Fri Aug 04 18:08:10 2023 +0300
+++ b/world/Makefile	Sat Aug 12 18:21:55 2023 +0300
@@ -26,13 +26,13 @@
 ### Main targets
 ###
 TARGETS = \
-	$(addsuffix .html,$(WORLD_MAPS)) \
+	$(addsuffix .html,$(WORLD_MAPS) $(EXTRA_WORLD_MAPS)) \
 	$(addsuffix .ansi,$(WORLD_MAPS)) \
 	$(addsuffix .png,$(WORLD_MAPS)) \
-	$(addsuffix .htm,$(WORLD_MAPS)) \
+	$(addsuffix .htm,$(WORLD_MAPS) $(EXTRA_WORLD_MAPS)) \
 	util.js changelog.txt
 
-LOCFILES = $(addsuffix .loc,$(WORLD_MAPS)) special.loc limbo.loc
+LOCFILES = $(addsuffix .loc,$(WORLD_MAPS) $(EXTRA_WORLD_MAPS)) special.loc limbo.loc
 
 ifeq ($(HAVE_PHP),yes)
 TARGETS += markers.xml