changeset 2175:3a3282e8ae42

Upload also misc.css
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 Oct 2019 19:57:48 +0300
parents 25a5dfffef42
children 76d2b8237f23
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Sat Oct 12 19:53:19 2019 +0300
+++ b/Makefile.gen	Sat Oct 12 19:57:48 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)
+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
 	$(RSCP) $? $(UPLOAD_URL)
 	@touch $@