changeset 2067:97e4361d9ac9

Clean up 'make help'.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 Aug 2019 13:16:26 +0300
parents 3c9d67284e47
children a9bb425b4ef2
files world/Makefile
diffstat 1 files changed, 14 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/world/Makefile	Mon Aug 19 15:34:33 2019 +0300
+++ b/world/Makefile	Wed Aug 21 13:16:26 2019 +0300
@@ -15,17 +15,21 @@
 ### If no target specified, show some help
 ###
 all:
-	@echo "Usage: make <maps|fetch|diff|upload|gimp|clean>"
+	@echo "Usage: make <target>"
+	@echo "Available targets are as follows:"
+	@echo
+	@echo "maps    : Build HTML, HTML+JS, PNG image and ANSI format maps."
+	@echo "fetch   : Fetch latest raw ASCII map data from bat.org."
 	@echo
-	@echo "maps  : Build HTML, HTML+JS, PNG image and ANSI format maps."
-	@echo "fetch : Fetch latest raw ASCII map data from bat.org."
-	@echo "diff  : Do special diff operation between new data (gotten via 'fetch')"
-	@echo "        and update .loc files for each continent with new locations."
-	@echo "        A diff -u of new and old location files is outputted."
-	@echo "upload: Uploads map and loc-files via SCP to server specified in"
-	@echo "        ../config.mak"
-	@echo "gimp  : Execute Gimp with all PNG targets for post-processing."
-	@echo "clean : Delete all the generated files."
+	@echo "diff    : Do special diff operation between new data (gotten via 'fetch')"
+	@echo "          and update .loc files for each continent with new locations."
+	@echo "          A diff -u of new and old location files is outputted."
+	@echo
+	@echo "upload  : Uploads map and loc-files via SCP to server specified in"
+	@echo "          ../config.mak"
+	@echo
+	@echo "gimp    : Execute Gimp with all PNG targets for post-processing."
+	@echo "clean   : Delete all the generated files."
 	@echo