Robin_PHD/submission_thesis/CH3_FMEA_criticism/Makefile
Robin Clark b2edbec678 Sunday edit, Chapter 3, criticism of FMEA
leading to wish list.
2013-02-17 14:07:17 +00:00

25 lines
225 B
Makefile

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