]> mj.ucw.cz Git - diplomky.git/blobdiff - Makefile
Metadata: We prefer British English in comments
[diplomky.git] / Makefile
index bd66b3f4df82effde96ba31634dcd32b0b6614be..3570b96686ce390f30bf8da0753146427d7e17ad 100644 (file)
--- 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