# HG changeset patch # User Puneeth Chaganti # Date 1264401378 -19800 # Node ID 3c911c958bcf563b4a1815dca89ad81b6463a6d4 # Parent a1ee950f3d6d99fd758e1b1870717ee8a2aa7905 Added tot.pdf to Makefile. diff -r a1ee950f3d6d -r 3c911c958bcf day1/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) diff -r a1ee950f3d6d -r 3c911c958bcf day2/Makefile --- 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)