equal
deleted
inserted
replaced
2 |
2 |
3 .tex.pdf: |
3 .tex.pdf: |
4 pdflatex $*.tex |
4 pdflatex $*.tex |
5 pdflatex $*.tex |
5 pdflatex $*.tex |
6 |
6 |
7 SLIDES= session1.pdf \ |
7 SLIDES= tot.pdf \ |
|
8 session1.pdf \ |
8 session2.pdf \ |
9 session2.pdf \ |
9 session3.pdf \ |
10 session3.pdf \ |
10 session4.pdf \ |
11 session4.pdf \ |
11 session5.pdf \ |
12 session5.pdf \ |
12 session6.pdf |
13 session6.pdf |
22 |
23 |
23 all: $(SLIDES) $(CHEATS) $(QUIZ) |
24 all: $(SLIDES) $(CHEATS) $(QUIZ) |
24 |
25 |
25 cheats: $(CHEATS) |
26 cheats: $(CHEATS) |
26 |
27 |
27 slides: $(SLIDES) $(CHEATS) |
28 slides: $(SLIDES) |
28 |
29 |
29 quiz: $(QUIZ) |
30 quiz: $(QUIZ) |
30 |
31 |
31 clean-all: |
32 clean-all: |
32 rm -f *.dvi *.log *.bak *.aux *.bbl *.blg *.idx *.ps *.eps *.pdf *.toc *.out *~ *.vrb *.nav *.snm |
33 rm -f *.dvi *.log *.bak *.aux *.bbl *.blg *.idx *.ps *.eps *.pdf *.toc *.out *~ *.vrb *.nav *.snm |