]> mj.ucw.cz Git - diplomky.git/blobdiff - Makefile
Add missing \xxx in \DeptTypeEN
[diplomky.git] / Makefile
index 7cfdf1ff77e72a7bb30b42fb5fcd9300774d88c0..fbedcebbfd21f70b878c649387cf96920fd4a6f8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,17 @@
-export TEXINPUTS=tex//:
+export TEXINPUTS=../tex//:
 
 all: thesis.pdf abstract.pdf
 
 # LaTeX je potreba spustit nekolikrat, aby spravne spocital odkazy
-thesis.pdf: thesis.tex $(wildcard *.tex) literatura.bib thesis.xmpdata
+thesis.pdf: thesis.tex $(wildcard *.tex) literatura.bib
        pdflatex $<
        bibtex thesis
        pdflatex $<
        pdflatex $<
 
-abstract.pdf: abstract.tex abstract.xmpdata
+abstract.pdf: abstract.tex
        pdflatex $<
 
 clean:
-       rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out *.bbl *.blg *.xmpi
+       rm -f *.aux *.bbl *.blg *.lof *.log *.lot *.out *.toc *.xmpdata *.xmpi
        rm -f thesis.pdf abstract.pdf