wallet-core/contrib/articles/ui/figs/Makefile

16 lines
233 B
Makefile
Raw Normal View History

2016-08-26 17:47:41 +02:00
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)