master-thesis/doc/Makefile
2019-08-08 14:10:10 +02:00

12 lines
310 B
Makefile

NOTE = !! change the next line to fit your filename; no spaces at file name end !!
FILE = Thesis
all:
pdflatex $(FILE)
bibtex $(FILE)
makeindex Thesis.nlo -s nomencl.ist -o Thesis.nls
pdflatex $(FILE)
pdflatex $(FILE)
clean:
rm -f *.dvi *.log *.aux *.bbl *.blg *.toc *.lof *.lot *.cb *.~