Robin_PHD/submission_thesis/CH3_FMEA_criticism/Makefile
Robin Clark 5d8eb97000 CH2 JMC PR and more copy
on the subject of UML applied to the FMEA
process.
2013-03-31 17:49:22 +01:00

26 lines
307 B
Makefile

# Makefile to create all graphics file etc
#
# Place all .dia files here as .png targets
#
DIA = distcon.png
#component_fm_rel.png component_fm_rel_ana.png component_fm_rel_ana_subj_obj.png
doc: $(DIA)
#
#bib:
#
# bibtex HR230003_combined_o2_co_sensor
#
%.png:%.dia
dia -t png $<
copy:
echo $@