-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
executable file
·46 lines (33 loc) · 768 Bytes
/
Copy pathMakefile
File metadata and controls
executable file
·46 lines (33 loc) · 768 Bytes
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
MAIN = dc09ttp-2011-thesis
PRES = presentation
all: pdf
dvi: clean_aux
latex $(MAIN)
bibtex $(MAIN)
latex $(MAIN)
latex $(MAIN)
# makeindex $(MAIN).nlo -s nomencl.ist -o $(MAIN).nls
# latex $(MAIN)
one:
latex $(MAIN)
bib:
bibtex $(MAIN)
ps: dvi
dvips -t a4 -Ppdf -G0 $(MAIN) -o
pdf: dvi ps
ps2pdf $(MAIN).ps $(MAIN).pdf
tgz:
tar -zcvf dc09ttp-2001-thesis.tgz *tex Makefile *pdf chapters images extra notes
clean_aux:
rm -f *.aux
clean:
rm -f *.aux *.bbl *.blg *.log *~ \#*\# *.toc *.dvi *.idx *.lof *.nlo *.out *.ps *.lot *.lol *.tgz *.nav *.snm
clobber: clean
rm -f *.ps *.pdf
presentation:
latex $(PRES)
latex $(PRES)
dvips -Ppdf -G0 $(PRES) -o
ps2pdf $(PRES).ps $(PRES).pdf
print:
lpr -o media=A4 $(MAIN).printed.ps