X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=3570b96686ce390f30bf8da0753146427d7e17ad;hb=9b50f42190f374bfb35de39aa30f72691e3ed609;hp=bd66b3f4df82effde96ba31634dcd32b0b6614be;hpb=15947963d1b48a2b887caead949827e33cde25b6;p=diplomky.git diff --git a/Makefile b/Makefile index bd66b3f..3570b96 100644 --- a/Makefile +++ b/Makefile @@ -3,15 +3,15 @@ export TEXINPUTS=../tex//: 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 +thesis.pdf: thesis.tex $(wildcard *.tex) bibliography.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