summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
-rw-r--r--index.t2t2
2 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 97a3b13..9adc5d8 100644
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,10 @@ homeworks_assignments = $(wildcard $(homeworks_assignment_dir)/*.pdf)
lecture_notes = ./notes
lab_manual = ./manual
labreport_sample = ./labreport_sample
+labbook_sample = ./labbook_sample
-samples += $(labreport_sample)
-misc += $(lab_manual)
+samples += $(labreport_sample) $(labbook_sample)
+misc += $(lab_manual)
files4upload = $(html_targets) $(samples) $(syllabus_dir) $(misc)
diff --git a/index.t2t b/index.t2t
index 64e14ad..9bd643b 100644
--- a/index.t2t
+++ b/index.t2t
@@ -55,4 +55,6 @@ If you have any suggestions or comments, please, let me know.
Lab report [template ./labreport_sample/]
+A few pages from [an actual lab book ./labbook_sample/labbook_sample.pdf] (courtesy of N. Belcher)
+
% vim: foldmethod=syntax