]> mj.ucw.cz Git - diplomky.git/blob - Makefile
Theses writen in Slovak language have some parts mandatorily in Czech
[diplomky.git] / Makefile
1 export TEXINPUTS=../tex//:
2
3 all: thesis.pdf abstract.pdf
4
5 # LaTeX je potreba spustit nekolikrat, aby spravne spocital odkazy
6 thesis.pdf: thesis.tex $(wildcard *.tex) literatura.bib
7         pdflatex $<
8         bibtex thesis
9         pdflatex $<
10         pdflatex $<
11
12 abstract.pdf: abstract.tex
13         pdflatex $<
14
15 clean:
16         rm -f *.aux *.bbl *.blg *.lof *.log *.lot *.out *.toc *.xmpdata *.xmpi
17         rm -f thesis.pdf abstract.pdf