diff world/Makefile @ 2317:f90303eec665

Include misc maps in generated changelog as well.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 31 Jan 2021 22:03:54 +0200
parents 1bba63b2d78f
children 7424be5d9d3c
line wrap: on
line diff
--- a/world/Makefile	Sat Jan 30 13:13:48 2021 +0200
+++ b/world/Makefile	Sun Jan 31 22:03:54 2021 +0200
@@ -43,11 +43,14 @@
 
 LOCLIST=$(addsuffix .loc,$(WORLD_MAPS)) special.loc limbo.loc
 
+
 ###
 ### Special targets
 ###
-
-changelog.txt: $(addsuffix .map,$(WORLD_MAPS)) $(LOCLIST)
+changelog.txt: $(addsuffix .map,$(WORLD_MAPS)) \
+	$(LOCLIST) \
+	$(addprefix ../$(MISC_MAPS_PATH),$(addsuffix .map,$(MISC_MAPS))) \
+	$(addprefix ../$(MISC_MAPS_PATH),$(addsuffix .loc,$(MISC_MAPS)))
 	@( echo '<?xml version="1.0"?>' && echo '<log>' && \
 	hg log $+ -M -v -f --template \
 	'<logentry revision="{rev}"><author>{author|escape}</author><date>{date|isodate}</date><paths><path>{files}</path></paths><msg>{desc|escape}</msg></logentry>\n' && \