Merged with Main line.
--- a/day1/Makefile Wed Jan 27 21:42:07 2010 +0530
+++ b/day1/Makefile Thu Feb 04 19:36:17 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 Wed Jan 27 21:42:07 2010 +0530
+++ b/day2/Makefile Thu Feb 04 19:36:17 2010 +0530
@@ -22,7 +22,7 @@
cheats: $(CHEATS)
-slides: $(SLIDES) $(CHEATS)
+slides: $(SLIDES)
quiz: $(QUIZ)