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