Added tot.pdf to Makefile.
--- a/day1/Makefile Thu Jan 21 17:49:05 2010 +0530
+++ b/day1/Makefile Mon Jan 25 12:06:18 2010 +0530
@@ -4,7 +4,8 @@
pdflatex $*.tex
pdflatex $*.tex
-SLIDES= session1.pdf \
+SLIDES= tot.pdf \
+ session1.pdf \
session2.pdf \
session3.pdf \
session4.pdf \
@@ -24,7 +25,7 @@
cheats: $(CHEATS)
-slides: $(SLIDES) $(CHEATS)
+slides: $(SLIDES)
quiz: $(QUIZ)
--- a/day2/Makefile Thu Jan 21 17:49:05 2010 +0530
+++ b/day2/Makefile Mon Jan 25 12:06:18 2010 +0530
@@ -22,7 +22,7 @@
cheats: $(CHEATS)
-slides: $(SLIDES) $(CHEATS)
+slides: $(SLIDES)
quiz: $(QUIZ)