update
[bsc-thesis1415.git] / thesis2 / Makefile
index 54f5b69..0a4596e 100644 (file)
@@ -6,6 +6,8 @@ all: thesis
 thesis:
        head -50 scheme.xsd > scheme1.xsd
        tail -n +49 scheme.xsd > scheme2.xsd
+       dot -Teps appoverview.dot > appoverview.eps
+       dot -Teps backend.dot > backend.eps
        latex -shell-escape thesis.tex > log.txt
        bibtex thesis.aux >> log.txt
        latex -shell-escape thesis.tex >> log.txt
@@ -20,7 +22,7 @@ pack: clean
 
 
 clean:
-       rm -vf *.{aux,bbl,blg,dvi,log,out,toc,dot,ps,pyg} log.txt scheme[12].xsd
+       rm -vf *.{aux,bbl,blg,dvi,log,out,toc,ps,pyg} log.txt scheme[12].xsd
 
 clobber: clean
        rm -vf *.pdf