changeset 2213:cf71c4c4ce62

Fix upload.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 Oct 2019 12:52:53 +0300
parents d7692ba3b4cb
children 3888fee8284b
files Makefile.gen
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Mon Oct 14 12:48:27 2019 +0300
+++ b/Makefile.gen	Mon Oct 14 12:52:53 2019 +0300
@@ -99,7 +99,10 @@
 	@hg up
 	@hg2cl
 
-upload: tooltip.js util.js $(addprefix $(MAP_PATH),$(addsuffix .html,$(MAP_FILES))) $(addprefix $(MAP_PATH),$(addsuffix .map,$(MAP_FILES))) $(wildcard $(MAP_PATH)*.loc) $(MAP_PATH)misc.css
+upload: tooltip.js util.js $(MAP_PATH)misc.css \
+	$(addprefix $(MAP_PATH),$(addsuffix .html,$(MAP_FILES))) \
+	$(addprefix $(MAP_PATH),$(addsuffix .map,$(MAP_FILES))) \
+	$(addprefix $(MAP_PATH),$(addsuffix .loc,$(MAP_FILES)))
 	$(RSCP) $? $(UPLOAD_URL)
 	@touch $@