]> mj.ucw.cz Git - diplomky.git/blobdiff - en/Makefile
PDF/A: English version
[diplomky.git] / en / Makefile
index 1752a27268b3ef963491021743571a2cbe0b8440..9f8e7df81af2854bb5adb6ee97914b95c01929ca 100644 (file)
@@ -1,12 +1,14 @@
+export TEXINPUTS=../tex//:
+
 all: thesis.pdf
 
 # LaTeX must be run multiple times to get references right
-thesis.pdf: thesis.tex $(wildcard *.tex) bibliography.bib
+thesis.pdf: thesis.tex $(wildcard *.tex) bibliography.bib thesis.xmpdata
        pdflatex $<
        bibtex thesis
        pdflatex $<
        pdflatex $<
 
 clean:
-       rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out *.bbl *.blg
+       rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out *.bbl *.blg *.xmpi
        rm -f thesis.pdf