changeset 2188:75f59a7daa5e

Add util.js to upload list.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 13 Oct 2019 00:11:26 +0300
parents 8d22266fde6f
children 9b55f93116b6
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Sun Oct 13 00:11:10 2019 +0300
+++ b/Makefile.gen	Sun Oct 13 00:11:26 2019 +0300
@@ -102,7 +102,7 @@
 	@hg up
 	@hg2cl
 
-upload: tooltip.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 $(addprefix $(MAP_PATH),$(addsuffix .html,$(MAP_FILES))) $(addprefix $(MAP_PATH),$(addsuffix .map,$(MAP_FILES))) $(wildcard $(MAP_PATH)*.loc) $(MAP_PATH)misc.css
 	$(RSCP) $? $(UPLOAD_URL)
 	@touch $@