Robin_PHD/papers/JOURNAL_fmea_sw_hw/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

25 lines
440 B
Makefile

PNG = fmmdh.png ct1.png hd.png ftcontext.png
%.png:%.dia
dia -t png $<
all: ${PNG}
pdflatex sw_hw_fmea
pdflatex sw_hw_fmea
acroread sw_hw_fmea.pdf || okular sw_hw_fmea.pdf || xpdf sw_hw_fmea.pdf
bib:
bibtex sw_hw_fmea
abs: # bib
cat abs_pre.tex > abstract.tex
cat abs.tex >> abstract.tex
cat abs_end.tex >> abstract.tex
# bib abs.tex
pdflatex abstract
acroread abstract.pdf || okular abstract.pdf || xpdf abstract.pdf