changeset 1722:9f36cb3fdcb2

Generate hcbat.loc from hcbat.ref.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 Oct 2017 18:00:59 +0300
parents 80e76257dc7a
children 7bee667835d8
files old/Makefile
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/old/Makefile	Thu Oct 12 17:47:16 2017 +0300
+++ b/old/Makefile	Thu Oct 12 18:00:59 2017 +0300
@@ -27,7 +27,6 @@
 %.map: %.raw $(MKMAP_BIN)
 	$(MKMAP_BIN) -o $@ -r 10 -w 13 -h 7 $< -v -d -m 70
 
-
 batmap.map: batmap-30-11-2006.txt
 	@ln -s $< $@
 
@@ -46,8 +45,8 @@
 twomi-batmap.html: twomi-batmap.tmp
 	$(COLORMAP_BIN) $(COLORMAP_OPTS) -O $(COLORMAP_HTML) -t "`cat $(patsubst %.tmp,%.desc,$<)`" $< -o $@
 
-update: hcbat.ref $(MAP_PATH)laenor.loc $(MAP_PATH)desolathya.loc $(MAP_PATH)rothikgen.loc $(MAP_PATH)furnachia.loc $(MAP_PATH)lucentium.loc
-	perl -w ./mapref.pl $+ > hcbat.loc
+hcbat.loc: hcbat.ref $(MAP_PATH)laenor.loc $(MAP_PATH)desolathya.loc $(MAP_PATH)rothikgen.loc $(MAP_PATH)furnachia.loc $(MAP_PATH)lucentium.loc
+	perl -w ./mapref.pl $+ > $@
 
 
 #