Robin_PHD/submission_thesis/Makefile
robin f30d53bb0f forgot to commit last night was in such as rush.
This is the draft version of CH4 as sent to
Chris Garret och de javla lat skitstovlar.
2012-04-25 18:24:22 +01:00

27 lines
472 B
Makefile

all: bib chapters_sub_make
pdflatex thesis
makeindex thesis.glo -s thesis.ist -t thesis.glg -o thesis.gls
acroread thesis.pdf
clean:
#touch ${CHAPTERS}
rm thesis.pdf
rm ${CHAPTERS}
bib:
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