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_fmmd
|
|
pdflatex software_fmmd
|
|
acroread software_fmmd.pdf
|
|
|
|
bib:
|
|
bibtex software_fmmd
|