]> mj.ucw.cz Git - diplomky.git/blobdiff - Makefile
Unified some file names with English version and fix references
[diplomky.git] / Makefile
index 48941ea92ae7f647a0ce1e32c1d4f3a3452eac5a..7cfdf1ff77e72a7bb30b42fb5fcd9300774d88c0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,17 @@
-export TEXINPUTS=../tex//:
+export TEXINPUTS=tex//:
 
-all: prace.pdf abstrakt.pdf
+all: thesis.pdf abstract.pdf
 
 # LaTeX je potreba spustit nekolikrat, aby spravne spocital odkazy
-prace.pdf: prace.tex $(wildcard *.tex) literatura.bib prace.xmpdata
+thesis.pdf: thesis.tex $(wildcard *.tex) literatura.bib thesis.xmpdata
        pdflatex $<
-       bibtex prace
+       bibtex thesis
        pdflatex $<
        pdflatex $<
 
-abstrakt.pdf: abstrakt.tex abstrakt.xmpdata
+abstract.pdf: abstract.tex abstract.xmpdata
        pdflatex $<
 
 clean:
        rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out *.bbl *.blg *.xmpi
-       rm -f prace.pdf abstrakt.pdf
+       rm -f thesis.pdf abstract.pdf