]> mj.ucw.cz Git - diplomky.git/blobdiff - en/Makefile
Přidána samostatná šablona pro abstrakt práce
[diplomky.git] / en / Makefile
index 9f8e7df81af2854bb5adb6ee97914b95c01929ca..bd66b3f4df82effde96ba31634dcd32b0b6614be 100644 (file)
@@ -1,6 +1,6 @@
 export TEXINPUTS=../tex//:
 
-all: thesis.pdf
+all: thesis.pdf abstract.pdf
 
 # LaTeX must be run multiple times to get references right
 thesis.pdf: thesis.tex $(wildcard *.tex) bibliography.bib thesis.xmpdata
@@ -9,6 +9,9 @@ thesis.pdf: thesis.tex $(wildcard *.tex) bibliography.bib thesis.xmpdata
        pdflatex $<
        pdflatex $<
 
+abstract.pdf: abstract.tex abstract.xmpdata
+       pdflatex $<
+
 clean:
        rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out *.bbl *.blg *.xmpi
-       rm -f thesis.pdf
+       rm -f thesis.pdf abstract.pdf