Added tot.pdf to Makefile.
authorPuneeth Chaganti <punchagan@fossee.in>
Mon, 25 Jan 2010 12:06:18 +0530
changeset 367 3c911c958bcf
parent 361 a1ee950f3d6d
child 368 701585ab7eca
Added tot.pdf to Makefile.
day1/Makefile
day2/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)