changeset 2630:0baf2234e498

Remove Twomi map references from Makefile.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 18 Feb 2024 05:18:07 +0200
parents f70c996a4a68
children aeab23e7e584
files old/Makefile
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/old/Makefile	Sun Feb 18 04:12:09 2024 +0200
+++ b/old/Makefile	Sun Feb 18 05:18:07 2024 +0200
@@ -29,11 +29,7 @@
 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)
-#	$(COLORMAP_BIN) $(COLORMAP_OPTS) -O -f ansi -t "`cat $(patsubst %.tmp,%.desc,$<)`" $< -o $@
 
-#twomi-batmap.html: twomi-batmap.tmp $(COLORMAP_BIN)
-#	$(COLORMAP_BIN) $(COLORMAP_OPTS) -O $(COLORMAP_HTML) -t "`cat $(patsubst %.tmp,%.desc,$<)`" $< -o $@
 
 hcbat.loc: hcbat.ref mapref.pl $(addprefix $(WORLDMAP_PATH),$(addsuffix .loc,$(WORLD_MAPS)))
 	@if command -v perl > /dev/null; then \