From cb0f232aee4b57be4179c087a231694645214dae Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Tue, 15 May 2018 22:26:51 -0400 Subject: added javasript file to be handled by Makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index b465d5e..40dcea9 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,13 @@ VERSION:=$(shell git describe --tags --abbrev=0) upscr = rsync -ave ssh upload_location_code = physics.wm.edu:public_html/cgi-bin/ upload_location_styles = physics.wm.edu:public_html/ +upload_location_javascript = physics.wm.edu:public_html/ upload_location_icons = physics.wm.edu:public_html/icons/ cgi_code_files = ./GradeBook.tcl ./GradeBook_lib.tcl ./libBasicTableOperations.tcl ./txtPlot.tcl files4upload_code = $(cgi_code_files) ./gb_config.tcl files4upload_styles = ./GradeBook.css +files4upload_javascript = ./GradeBook.js files4upload_icons = $(wildcard ./icons/*.png) @@ -34,6 +36,9 @@ upload_code: config upload_styles: style $(upscr) $(files4upload_styles) $(upload_location_styles) +upload_javascript: + $(upscr) $(files4upload_javascript) $(upload_location_javascript) + style: GradeBook.css GradeBook.css: GradeBook.scss -- cgit v1.2.3