thesis update
[bsc-thesis1415.git] / thesis2 / Makefile
index 9dfa35d..b01de17 100644 (file)
@@ -3,10 +3,12 @@ SHELL:=/bin/bash
 all: thesis
 
 thesis:
-       pdflatex thesis.tex
-       pdflatex thesis.tex
-#      bibtex thesis.aux
-       pdflatex thesis.tex
+       latex thesis.tex
+       bibtex thesis.aux
+       latex -shell-escape thesis.tex
+       latex thesis.tex
+       dvipdfm thesis.dvi
 
 clean:
-       rm -vf *.aux *.bbl *.blg *.dvi *.log *.out *.pdf *.toc 
+       rm -vf *.{aux,bbl,blg,dvi,log,out,pdf,toc,dot,ps}
+