summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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)