]> mj.ucw.cz Git - diplomky.git/blob - en/Makefile
1752a27268b3ef963491021743571a2cbe0b8440
[diplomky.git] / en / Makefile
1 all: thesis.pdf
2
3 # LaTeX must be run multiple times to get references right
4 thesis.pdf: thesis.tex $(wildcard *.tex) bibliography.bib
5         pdflatex $<
6         bibtex thesis
7         pdflatex $<
8         pdflatex $<
9
10 clean:
11         rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out *.bbl *.blg
12         rm -f thesis.pdf