Robin_PHD/submission_thesis/Makefile
robin 89599b184c Added software FMMD to CH5 and
altered images to use D instead of bowtie.

Just need to to the write-up of the
sigma delta now.
2012-04-21 13:45:29 +01:00

42 lines
595 B
Makefile

CHAPTERS = CH1_introduction CH2_FMEA CH3_FMEA_criticism CH4_FMMD CH5_Examples CH6_Evaluation CH7_Conculsion CH8_finish_appendixes
all: ${CHAPTERS}
pdflatex thesis
makeindex thesis.glo -s thesis.ist -t thesis.glg -o thesis.gls
acroread thesis.pdf
clean:
touch ${CHAPTERS}
rm thesis.pdf
bib:
bibtex thesis
CH1_introduction:
cd $@; make copy
CH2_FMEA:
cd $@; make copy
CH3_FMEA_criticism:
cd $@; make copy
CH4_FMMD:
cd $@; make copy
CH5_Examples:
cd $@; make copy
CH6_Evaluation:
cd $@; make copy
CH7_Conculsion:
cd $@; make copy
CH8_finsh_appendixes:
cd $@; make copy