diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-03 09:53:18 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-03 09:53:18 -0400 |
commit | ee89136c776c1c2903f57143e2012ba1e27b753e (patch) | |
tree | 28aba1bdd3de5d8422044e595fb52fb760718b37 /Makefile | |
parent | b58b1f5780a96664edbb17b50821e09e9ece425e (diff) | |
download | manual_for_Experimental_Atomic_Physics-ee89136c776c1c2903f57143e2012ba1e27b753e.tar.gz manual_for_Experimental_Atomic_Physics-ee89136c776c1c2903f57143e2012ba1e27b753e.zip |
labbook sample added for upload and index
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |