changeset 2421:d682dfca2ca9

Remove 'changelog' target.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Feb 2022 12:13:36 +0200
parents 1d767265195d
children 0c19613274e3
files world/Makefile
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/world/Makefile	Thu Feb 24 12:09:12 2022 +0200
+++ b/world/Makefile	Thu Feb 24 12:13:36 2022 +0200
@@ -58,7 +58,6 @@
 	@echo
 	@echo "gimp    : Execute Gimp with all PNG targets for post-processing."
 	@echo "clean   : Delete all the generated files."
-	@echo "changelog : Build changelog for map and location changes only."
 	@echo
 
 
@@ -90,9 +89,6 @@
 	sed 's/world\///g;s/maps\///g;s/Matti .*/Ggr/g;s/Jarkko .*/Jeskko/g' \
 	> $@
 
-# Build changelog
-changelog: changelog.txt
-	@touch $@
 
 # Build Batclient markers.xml
 markers.xml: $(addsuffix .loc,$(WORLD_MAPS)) $(MKLOC_BIN) ../www/world.inc.php
@@ -137,11 +133,3 @@
 
 srcclean: clean
 	$(RM) *~
-
-.changelog: update
-	@echo "* Making ChangeLog ..."
-	@hg2cl
-	@touch $@
-
-ChangeLog: .changelog
-