X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=Makefile;h=3570b96686ce390f30bf8da0753146427d7e17ad;hb=9b50f42190f374bfb35de39aa30f72691e3ed609;hp=b48a16a41369be8bf04b751f9a5fd908c0be4da5;hpb=36cc6c13b63ab51f517f30f507091d0346a31be6;p=diplomky.git diff --git a/Makefile b/Makefile index b48a16a..3570b96 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,9 @@ thesis.pdf: thesis.tex $(wildcard *.tex) bibliography.bib 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 *.xmpdata + rm -f *.aux *.bbl *.blg *.lof *.log *.lot *.out *.toc *.xmpdata *.xmpi rm -f thesis.pdf abstract.pdf