]> mj.ucw.cz Git - diplomky.git/blob - Makefile
Stand-alone abstract in both Czech and English
[diplomky.git] / Makefile
1 export TEXINPUTS=../tex//:
2
3 all: thesis.pdf abstract-cs.pdf abstract-en.pdf
4
5 # LaTeX must be run multiple times to get references right
6 thesis.pdf: thesis.tex $(wildcard *.tex) bibliography.bib
7         pdflatex $<
8         bibtex thesis
9         pdflatex $<
10         pdflatex $<
11
12 abstract-cs.pdf: abstract-cs.tex metadata.tex macros.tex xmp.tex
13         pdflatex $<
14
15 abstract-en.pdf: abstract-en.tex metadata.tex macros.tex xmp.tex
16         pdflatex $<
17
18 clean:
19         rm -f *.aux *.bbl *.blg *.lof *.log *.lot *.out *.toc *.xmpdata *.xmpi
20         rm -f thesis.pdf abstract.pdf abstract-cs.pdf abstract-en.pdf