changeset 2315:1bba63b2d78f

Generate and upload changelog also when doing target 'upload'.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 17 Jan 2021 21:57:53 +0200
parents 15043dabe84d
children 2a920c6b58c8
files world/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/world/Makefile	Sun Jan 17 21:42:50 2021 +0200
+++ b/world/Makefile	Sun Jan 17 21:57:53 2021 +0200
@@ -68,7 +68,7 @@
 
 
 # Upload changed files to site
-upload: $(TARGETS) $(LOCLIST)
+upload: $(TARGETS) $(LOCLIST) changelog
 	$(RSCP) $? $(UPLOAD_URL)
 	@touch $@