X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=en%2FMakefile;h=9f8e7df81af2854bb5adb6ee97914b95c01929ca;hb=264c1225335af22ce90b708a09449650b17a73c6;hp=1752a27268b3ef963491021743571a2cbe0b8440;hpb=2f3c6dad6f6c6dc15bf578168e2ddec20989e035;p=diplomky.git diff --git a/en/Makefile b/en/Makefile index 1752a27..9f8e7df 100644 --- a/en/Makefile +++ b/en/Makefile @@ -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