and its now 20:05 and I am getting a bit tired. Better put it in git or perhaps loose it due to a typo in a Makefile....
15 lines
192 B
Makefile
15 lines
192 B
Makefile
|
|
PNG = fmmdh.png ct1.png hd.png ftcontext.png
|
|
|
|
%.png:%.dia
|
|
dia -t png $<
|
|
|
|
|
|
all: ${PNG}
|
|
pdflatex software_fmea
|
|
pdflatex software_fmea
|
|
acroread software_fmea.pdf
|
|
|
|
bib:
|
|
bibtex software_fmea
|