]> mj.ucw.cz Git - diplomky.git/blob - en/Makefile
Oprava z commitu 38b375fd91b0afb6fee8ca223ebf8a227d32a093 též v en/
[diplomky.git] / en / Makefile
1 export TEXINPUTS=../tex//:
2
3 all: thesis.pdf
4
5 # LaTeX must be run multiple times to get references right
6 thesis.pdf: thesis.tex $(wildcard *.tex) bibliography.bib thesis.xmpdata
7         pdflatex $<
8         bibtex thesis
9         pdflatex $<
10         pdflatex $<
11
12 clean:
13         rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out *.bbl *.blg *.xmpi
14         rm -f thesis.pdf