changeset 983:9aacd5dab11b

Add target for generating hcbat.loc from hcbat.ref etc.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 15 Jun 2010 03:00:53 +0000
parents 87ea8e2cdaaf
children c416f2979087
files old/Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/old/Makefile	Tue Jun 15 03:00:30 2010 +0000
+++ b/old/Makefile	Tue Jun 15 03:00:53 2010 +0000
@@ -43,6 +43,8 @@
 twomi-batmap.html: twomi-batmap.tmp
 	$(COLORMAP_BIN) -vaCO -f xhtml -t "`cat $(patsubst %.tmp,%.desc,$<)`" $< -o $@
 
+hcbat.loc: hcbat.ref ../maps/laenor.loc ../maps/desolathya.loc ../maps/rothikgen.loc ../maps/furnachia.loc ../maps/lucentium.loc
+	perl -w ./mapref.pl $+ > $@
 
 hcbat.script: hcbat.map hcbat.loc
 	$(MKLOC_BIN) -vS -m $< -l $(patsubst %.map,%.loc,$<) -f $(FONTSCALE) -u $(UNITSIZE) -s $(MAPSCALE) | \