dig
[bsc-thesis1415.git] / thesis2 / Makefile
index 8321873..7c7fbef 100644 (file)
@@ -3,13 +3,15 @@ VERSION:=0.91
 
 all: thesis
 
-thesis:
+pre:
        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
        dot -Teps nodelistexample.dot > nodelistexample.eps
        dot -Teps nddawg.dot > nddawg.eps
+
+thesis: pre
        latex -shell-escape thesis.tex > log.txt
        bibtex thesis.aux >> log.txt
        latex -shell-escape thesis.tex >> log.txt