#Makefile for thesis all : make clean make thesis.pdf evince thesis.pdf & thesis.pdf : thesis.tex rm -f *.aux *.bbl *.log *.toc *.lof *.blg *.lot pdflatex --shell-escape thesis bibtex thesis pdflatex --shell-escape thesis pdflatex --shell-escape thesis rm -f *.bbl *.log *.toc *.lof *.blg *.lot pdftk thesis.pdf proposal/proposal.pdf cat output out.pdf mv out.pdf thesis.pdf clean : rm -f thesis.pdf