summaryrefslogtreecommitdiff
path: root/articles/ui/figs/Makefile
blob: bf5ac5261984dec5f6898a3dade3ba3174a2c315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

plantuml = plantuml

%.svg : %.pml
	$(plantuml) -tsvg $<

%.pdf : %.pml
	$(plantuml) -tpdf $<

files = taler-pay.pml taler-withdraw.pml \
cc3ds.pml contract.pml paypal.pml \
bitcoin.pml

all : $(files:.pml=.pdf) $(files:.pml=.svg)