# HG changeset patch # User Matti Hamalainen # Date 1691853715 -10800 # Node ID d2918bedeb19b28e164d4e2b862e2a0e94433526 # Parent c16e21ccdc4005dd8a4be7a96fab23de617a0d21 Add EXTRA_WORLD_MAPS variable. diff -r c16e21ccdc40 -r d2918bedeb19 world/Makefile --- 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