2019-02-21 20:29:50 +01:00
|
|
|
NOTE = !! change the next line to fit your filename; no spaces at file name end !!
|
|
|
|
FILE = Thesis
|
|
|
|
|
|
|
|
all:
|
|
|
|
pdflatex $(FILE)
|
2019-08-08 14:08:07 +02:00
|
|
|
bibtex $(FILE)
|
2019-08-08 14:10:10 +02:00
|
|
|
makeindex Thesis.nlo -s nomencl.ist -o Thesis.nls
|
2019-02-21 20:29:50 +01:00
|
|
|
pdflatex $(FILE)
|
|
|
|
pdflatex $(FILE)
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -f *.dvi *.log *.aux *.bbl *.blg *.toc *.lof *.lot *.cb *.~
|