changeset 1519:88859ede9516

Change hcbat.loc target to 'update', so we do not automatically update the refs.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Feb 2015 22:46:42 +0200
parents d470c910cffa
children 1be47f564401
files old/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/old/Makefile	Sun Feb 08 22:42:40 2015 +0200
+++ b/old/Makefile	Sun Feb 08 22:46:42 2015 +0200
@@ -42,8 +42,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 $+ > $@
+update: hcbat.ref ../maps/laenor.loc ../maps/desolathya.loc ../maps/rothikgen.loc ../maps/furnachia.loc ../maps/lucentium.loc
+	perl -w ./mapref.pl $+ > hcbat.loc
 
 hcbat.script: hcbat.map hcbat.loc
 	$(MKLOC_BIN) -vS -m $< -l $(patsubst %.map,%.loc,$<) -f $(FONTSCALE) -u $(UNITSIZE) -s $(MAPSCALE) | \