Robin_PHD/submission_thesis/CH3_FMEA_criticism/Makefile
Robin Clark e66fdd08a5 looking at FMEA process in more detail
using UML to describe it.
2013-03-31 12:10:50 +01:00

25 lines
305 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 $@