Robin_PHD/submission_thesis/Makefile
Robin Clark 3bc024e545 final fiddling around. This is as was sent for the second CH4
review. This time Andrew might look at it.
2012-05-13 17:42:11 +01:00

28 lines
572 B
Makefile

all: bib chapters_sub_make
pdflatex thesis
makeindex thesis.glo -s thesis.ist -t thesis.glg -o thesis.gls
acroread thesis.pdf || evince thesis.pdf
clean:
#touch ${CHAPTERS}
rm thesis.pdf
rm ${CHAPTERS}
bib:
pdflatex thesis # do this first otherwise bibtex gets its knickers in a twist
bibtex thesis
chapters_sub_make:
cd CH1_introduction; make copy
cd CH2_FMEA; make copy
cd CH3_FMEA_criticism; make copy
cd CH4_FMMD; make copy
cd CH5_Examples; make copy
cd CH6_Evaluation; make copy
cd CH7_Conculsion; make copy
#cd CH8_finsh_appendixes; make copy