changeset 2318:7424be5d9d3c

Do not upload changelog with 'changelog' target.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Feb 2021 23:32:27 +0200
parents f90303eec665
children bdca83348300
files world/Makefile
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/world/Makefile	Sun Jan 31 22:03:54 2021 +0200
+++ b/world/Makefile	Mon Feb 01 23:32:27 2021 +0200
@@ -66,12 +66,11 @@
 
 # Build changelog
 changelog: changelog.txt
-	$(RSCP) $? $(UPLOAD_URL)
 	@touch $@
 
 
 # Upload changed files to site
-upload: $(TARGETS) $(LOCLIST) changelog
+upload: $(TARGETS) $(LOCLIST) changelog.txt
 	$(RSCP) $? $(UPLOAD_URL)
 	@touch $@