Robin_PHD/submission_thesis/CH7_Evaluation/Makefile
Robin P. Clark c3416b7fde undeleted an image
with ---
$git checkout 9e924279c9f7354322209f8b2818aaed67a3a1b1~1 submission_thesis/CH2_FMEA/mvamp.png

found it with
$git log --diff-filter=D --summary

which showed me all commits with deletes in!

superb!
2015-03-24 09:47:49 +00:00

28 lines
311 B
Makefile

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