From 30142373a73f9b20a3eaf8a736a80f5a22ae9b02 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Wed, 28 Aug 2013 13:25:27 -0400 Subject: uploads manual and notes now --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0323d8f..a681f08 100644 --- a/Makefile +++ b/Makefile @@ -22,10 +22,11 @@ syllabus_pdf = $(wildcard $(syllabus_dir)/*.pdf) syllabus_html = $(wildcard $(syllabus_dir)/*.html) homeworks_assignment_dir = ./homeworks homeworks_assignments = $(wildcard $(homeworks_assignment_dir)/*.pdf) -lecture_notes = ./lecture_notes +lecture_notes = ./notes +lab_manual = ./manual -files4upload = $(html_targets) $(samples) $(hw_solutions) $(exams) $(weekly_slides_dir) $(syllabus_dir) $(misc) $(homeworks_assignment_dir) $(lecture_notes) +files4upload = $(html_targets) $(samples) $(hw_solutions) $(exams) $(weekly_slides_dir) $(syllabus_dir) $(misc) $(homeworks_assignment_dir) $(lecture_notes) $(lab_manual) t2t_files = $(wildcard *.t2t) html_targets = $(t2t_files:%.t2t=%.html) -- cgit v1.2.3