aboutsummaryrefslogtreecommitdiffstats
path: root/2011/Makefile
blob: 8fc30ac607e17b44a3642ef61e65d73c80805734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# Makefile for minutes with usual treatments, that is noting extra then just compilation.
#
# Gustav Eek 2011

noarg:
	echo -e '\nThis script do not run without arguments. Run for example:\n\n    make 2011-02-13-board-notes.pdf\n    make all\n'

minutes12 = 2011-12-13-board-notes
minutes11 = 2011-10-13-board
minutes10 = 2011-11-17-board
minutes9 = 2011-10-01-member
minutes8 = 2011-09-21-board
minutes7 = 2011-08-31-member
minutes6 = 2011-08-10-board
minutes5 = 2011-06-15-board
minutes4 = 2011-04-27-marketing
minutes3 = 2011-05-18-board
minutes2 = 2011-04-27-board
minutes1 = 2011-04-13-member

all: $(minutes12) $(minutes11) $(minutes10) $(minutes9) $(minutes8) $(minutes7) $(minutes6) $(minutes5) $(minutes4).pdf $(minutes3).pdf $(minutes2).pdf $(minutes1).pdf 2011-04-05-board.pdf 2011-03-10-board.pdf 2011-02-20-board.pdf 2011-02-13-board-notes.pdf 2011-01-20-board.pdf 2011-01-10-board.pdf

$(minutes12).pdf: $(minutes12).tex ../preamble/preamble.tex
	pdflatex $(minutes12).tex
	latex_count=5 ; \
	while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes12).log && [ $$latex_count -gt 0 ] ;\
	   do echo "Rerunning latex...." ;  pdflatex $(minutes12).tex;  latex_count=`expr $$latex_count - 1`; done

$(minutes11).pdf: $(minutes11).tex ../preamble/preamble.tex
	pdflatex $(minutes11).tex
	latex_count=5 ; \
	while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes11).log && [ $$latex_count -gt 0 ] ;\
	   do echo "Rerunning latex...." ;  pdflatex $(minutes11).tex;  latex_count=`expr $$latex_count - 1`; done

$(minutes10).pdf: $(minutes10).tex ../preamble/preamble.tex
	pdflatex $(minutes10).tex
	latex_count=5 ; \
	while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes10).log && [ $$latex_count -gt 0 ] ;\
	   do echo "Rerunning latex...." ;  pdflatex $(minutes10).tex;  latex_count=`expr $$latex_count - 1`; done

$(minutes9).pdf: $(minutes9).tex ../preamble/preamble.tex
	pdflatex $(minutes9).tex
	latex_count=5 ; \
	while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes9).log && [ $$latex_count -gt 0 ] ;\
	   do echo "Rerunning latex...." ;  pdflatex $(minutes9).tex;  latex_count=`expr $$latex_count - 1`; done

$(minutes8).pdf: $(minutes8).tex ../preamble/preamble.tex
	pdflatex $(minutes8).tex
	latex_count=5 ; \
	while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes8).log && [ $$latex_count -gt 0 ] ;\
	   do echo "Rerunning latex...." ;  pdflatex $(minutes8).tex;  latex_count=`expr $$latex_count - 1`; done

$(minutes7).pdf: $(minutes7).tex ../preamble/preamble.tex
	pdflatex $(minutes7).tex
	latex_count=5 ; \
	while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes7).log && [ $$latex_count -gt 0 ] ;\
	   do echo "Rerunning latex...." ;  pdflatex $(minutes7).tex;  latex_count=`expr $$latex_count - 1`; done

$(minutes6).pdf: $(minutes6).tex ../preamble/preamble.tex
	pdflatex $(minutes6).tex
	latex_count=5 ; \
	while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes6).log && [ $$latex_count -gt 0 ] ;\
	   do echo "Rerunning latex...." ;  pdflatex $(minutes6).tex;  latex_count=`expr $$latex_count - 1`; done

$(minutes5).pdf: $(minutes5).tex ../preamble/preamble.tex
	pdflatex $(minutes5).tex
	latex_count=5 ; \
	while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes5).log && [ $$latex_count -gt 0 ] ;\
	   do echo "Rerunning latex...." ;  pdflatex $(minutes5).tex;  latex_count=`expr $$latex_count - 1`; done

$(minutes4).pdf: $(minutes4).tex ../preamble/preamble.tex
	pdflatex $(minutes4).tex
	latex_count=5 ; \
	while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes4).log && [ $$latex_count -gt 0 ] ;\
	   do echo "Rerunning latex...." ;  pdflatex $(minutes4).tex;  latex_count=`expr $$latex_count - 1`; done

$(minutes3).pdf: $(minutes3).tex ../preamble/preamble.tex
	pdflatex $(minutes3).tex
	latex_count=5 ; \
	while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes3).log && [ $$latex_count -gt 0 ] ;\
	   do echo "Rerunning latex...." ;  pdflatex $(minutes3).tex;  latex_count=`expr $$latex_count - 1`; done

$(minutes2).pdf: $(minutes2).tex ../preamble/preamble.tex
	pdflatex $(minutes2).tex
	latex_count=5 ; \
	while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes2).log && [ $$latex_count -gt 0 ] ;\
	    do echo "Rerunning latex...." ;  pdflatex $(minutes2).tex;  latex_count=`expr $$latex_count - 1`; done

$(minutes1).pdf: $(minutes1).tex ../preamble/preamble.tex
	pdflatex $(minutes1).tex
	latex_count=5 ; \
	while egrep -s 'Rerun (LaTeX|to get cross-references right)' $(minutes1).log && [ $$latex_count -gt 0 ] ;\
	    do echo "Rerunning latex...." ;  pdflatex $(minutes1).tex;  latex_count=`expr $$latex_count - 1`; done



2011-04-05-board.pdf: 2011-04-05-board.tex ../preamble/preamble.tex
	pdflatex 2011-04-05-board.tex
	pdflatex 2011-04-05-board.tex

2011-03-10-board.pdf: 2011-03-10-board.aux
	pdflatex 2011-03-10-board.tex
2011-03-10-board.aux: 2011-03-10-board.tex ../preamble/preamble.tex
	pdflatex 2011-03-10-board.tex

2011-02-20-board.pdf: 2011-02-20-board.aux
	pdflatex 2011-02-20-board.tex
2011-02-20-board.aux: 2011-02-20-board.tex ../preamble/preamble.tex
	pdflatex 2011-02-20-board.tex

2011-02-13-board-notes.pdf: 2011-02-13-board-notes.aux
	pdflatex 2011-02-13-board-notes.tex
2011-02-13-board-notes.aux: 2011-02-13-board-notes.tex ../preamble/preamble.tex
	pdflatex 2011-02-13-board-notes.tex

2011-01-20-board.pdf: 2011-01-20-board.aux
	pdflatex 2011-01-20-board.tex
2011-01-20-board.aux: 2011-01-20-board.tex ../preamble/preamble.tex
	pdflatex 2011-01-20-board.tex

2011-01-26-board.pdf: 2011-01-26-board.aux
	pdflatex 2011-01-26-board.tex
2011-01-26-board.aux: 2011-01-26-board.tex ../preamble/preamble.tex
	pdflatex 2011-01-26-board.tex

2011-01-10-board.pdf: 2011-01-10-board.aux
	pdflatex 2011-01-10-board.tex
2011-01-10-board.aux: 2011-01-10-board.tex ../preamble/preamble.tex
	pdflatex 2011-01-10-board.tex

 # Sends to fripost.org for publication
send:
	rsync -ruvp --chmod=Dugo+rx,Fugo+r *.pdf fripost@fripost.org:fripost.org/minutes/

clean:
	rm *.aux *.bbl *.dvi *.log *.nav *.out *.snm *.toc *~