diff maps/Makefile @ 1536:796cf56a9b0a

Disable plain HTML (non-javascript enhanced) versions.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Mar 2015 00:04:34 +0200
parents 677002de7795
children 2768b2b396a5
line wrap: on
line diff
--- a/maps/Makefile	Mon Mar 02 23:58:34 2015 +0200
+++ b/maps/Makefile	Tue Mar 03 00:04:34 2015 +0200
@@ -5,10 +5,12 @@
 # Mangles and targets
 #
 TARGETS=$(addsuffix .html,$(MAPLIST)) \
-	$(addsuffix .htm,$(MAPLIST)) \
 	$(addsuffix .ansi,$(MAPLIST)) \
 	$(addsuffix .png,$(MAPLIST))
 
+#	$(addsuffix .htm,$(MAPLIST)) \
+
+
 all:
 	@echo "Usage: make <maps|fetch|diff|upload|clean>"
 	@echo