aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2018-05-15 22:26:51 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2018-05-15 22:26:51 -0400
commitcb0f232aee4b57be4179c087a231694645214dae (patch)
treea14ed325ad50df5067677b7b045a7fa9e8e74b98 /Makefile
parent4b7b2eb708e824a1ecd7407999c17034366b5ff4 (diff)
downloadGradeBook-cb0f232aee4b57be4179c087a231694645214dae.tar.gz
GradeBook-cb0f232aee4b57be4179c087a231694645214dae.zip
added javasript file to be handled by Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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