Makefile
This commit is contained in:
parent
d8788e0ca8
commit
0e5acc3b28
13
presentations/fmea/Makefile
Normal file
13
presentations/fmea/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
DIAPNG= component.png fmmd_env_op_uml.png fmmd_exm_h.png master_uml.png mvampcircuit.png mvamp.png n_inv_dc.png pd.png pd_euler2.png pd_euler.png
|
||||
|
||||
%.png:%.dia
|
||||
dia -t png $<
|
||||
|
||||
all: $(DIAPNG)
|
||||
pdflatex fmea_pres
|
||||
acroread submission.pdf
|
||||
|
||||
|
||||
bib:
|
||||
bibtex fmea_pres
|
Loading…
Reference in New Issue
Block a user