Robin_PHD/submission_thesis/CH2_FMEA/Makefile
2012-08-20 19:50:01 +01:00

25 lines
227 B
Makefile

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