1 |
trond |
3 |
# $Ximalas$ |
2 |
|
|
|
3 |
|
|
NAVN= lynkurs-i-latex |
4 |
|
|
PDFLATEX= pdflatex |
5 |
|
|
RM= rm -f |
6 |
|
|
|
7 |
|
|
.PHONY: all clean |
8 |
|
|
|
9 |
|
|
all: $(NAVN).handout.2on1.pdf $(NAVN).handout.2on1.169.pdf $(NAVN).handout.2on1.1610.pdf $(NAVN).handout.4on1.pdf $(NAVN).handout.4on1.169.pdf $(NAVN).handout.4on1.1610.pdf $(NAVN).handout.pdf $(NAVN).handout.169.pdf $(NAVN).handout.1610.pdf $(NAVN).foredrag.pdf $(NAVN).foredrag.169.pdf $(NAVN).foredrag.1610.pdf |
10 |
|
|
|
11 |
|
|
$(NAVN).handout.2on1.pdf: $(NAVN).handout.2on1.tex $(NAVN).tex |
12 |
|
|
$(PDFLATEX) $(NAVN).handout.2on1.tex |
13 |
|
|
$(PDFLATEX) $(NAVN).handout.2on1.tex |
14 |
|
|
|
15 |
|
|
$(NAVN).handout.2on1.169.pdf: $(NAVN).handout.2on1.169.tex $(NAVN).tex |
16 |
|
|
$(PDFLATEX) $(NAVN).handout.2on1.169.tex |
17 |
|
|
$(PDFLATEX) $(NAVN).handout.2on1.169.tex |
18 |
|
|
|
19 |
|
|
$(NAVN).handout.2on1.1610.pdf: $(NAVN).handout.2on1.1610.tex $(NAVN).tex |
20 |
|
|
$(PDFLATEX) $(NAVN).handout.2on1.1610.tex |
21 |
|
|
$(PDFLATEX) $(NAVN).handout.2on1.1610.tex |
22 |
|
|
|
23 |
|
|
$(NAVN).handout.4on1.pdf: $(NAVN).handout.4on1.tex $(NAVN).tex |
24 |
|
|
$(PDFLATEX) $(NAVN).handout.4on1.tex |
25 |
|
|
$(PDFLATEX) $(NAVN).handout.4on1.tex |
26 |
|
|
|
27 |
|
|
$(NAVN).handout.4on1.169.pdf: $(NAVN).handout.4on1.169.tex $(NAVN).tex |
28 |
|
|
$(PDFLATEX) $(NAVN).handout.4on1.169.tex |
29 |
|
|
$(PDFLATEX) $(NAVN).handout.4on1.169.tex |
30 |
|
|
|
31 |
|
|
$(NAVN).handout.4on1.1610.pdf: $(NAVN).handout.4on1.1610.tex $(NAVN).tex |
32 |
|
|
$(PDFLATEX) $(NAVN).handout.4on1.1610.tex |
33 |
|
|
$(PDFLATEX) $(NAVN).handout.4on1.1610.tex |
34 |
|
|
|
35 |
|
|
$(NAVN).handout.pdf: $(NAVN).handout.tex $(NAVN).tex |
36 |
|
|
$(PDFLATEX) $(NAVN).handout.tex |
37 |
|
|
$(PDFLATEX) $(NAVN).handout.tex |
38 |
|
|
|
39 |
|
|
$(NAVN).handout.169.pdf: $(NAVN).handout.169.tex $(NAVN).tex |
40 |
|
|
$(PDFLATEX) $(NAVN).handout.169.tex |
41 |
|
|
$(PDFLATEX) $(NAVN).handout.169.tex |
42 |
|
|
|
43 |
|
|
$(NAVN).handout.1610.pdf: $(NAVN).handout.1610.tex $(NAVN).tex |
44 |
|
|
$(PDFLATEX) $(NAVN).handout.1610.tex |
45 |
|
|
$(PDFLATEX) $(NAVN).handout.1610.tex |
46 |
|
|
|
47 |
|
|
$(NAVN).foredrag.pdf: $(NAVN).foredrag.tex $(NAVN).tex |
48 |
|
|
$(PDFLATEX) $(NAVN).foredrag.tex |
49 |
|
|
$(PDFLATEX) $(NAVN).foredrag.tex |
50 |
|
|
|
51 |
|
|
$(NAVN).foredrag.169.pdf: $(NAVN).foredrag.169.tex $(NAVN).tex |
52 |
|
|
$(PDFLATEX) $(NAVN).foredrag.169.tex |
53 |
|
|
$(PDFLATEX) $(NAVN).foredrag.169.tex |
54 |
|
|
|
55 |
|
|
$(NAVN).foredrag.1610.pdf: $(NAVN).foredrag.1610.tex $(NAVN).tex |
56 |
|
|
$(PDFLATEX) $(NAVN).foredrag.1610.tex |
57 |
|
|
$(PDFLATEX) $(NAVN).foredrag.1610.tex |
58 |
|
|
|
59 |
|
|
clean: |
60 |
|
|
$(RM) $(NAVN).aux |
61 |
|
|
$(RM) $(NAVN).foredrag.log |
62 |
|
|
$(RM) $(NAVN).foredrag.169.log |
63 |
|
|
$(RM) $(NAVN).foredrag.1610.log |
64 |
|
|
$(RM) $(NAVN).handout.2on1.log |
65 |
|
|
$(RM) $(NAVN).handout.2on1.169.log |
66 |
|
|
$(RM) $(NAVN).handout.2on1.1610.log |
67 |
|
|
$(RM) $(NAVN).handout.4on1.log |
68 |
|
|
$(RM) $(NAVN).handout.4on1.169.log |
69 |
|
|
$(RM) $(NAVN).handout.4on1.1610.log |
70 |
|
|
$(RM) $(NAVN).handout.log |
71 |
|
|
$(RM) $(NAVN).handout.169.log |
72 |
|
|
$(RM) $(NAVN).handout.1610.log |
73 |
|
|
$(RM) $(NAVN).nav |
74 |
|
|
$(RM) $(NAVN).out |
75 |
|
|
$(RM) $(NAVN).snm |
76 |
|
|
$(RM) $(NAVN).toc |
77 |
|
|
$(RM) $(NAVN).vrb |