Makefile for PlantUML

This commit is contained in:
Jeff Burdges 2016-08-26 17:47:41 +02:00
parent a3d68aa969
commit f565c522f9
2 changed files with 16 additions and 1 deletions

15
articles/ui/figs/Makefile Normal file
View File

@ -0,0 +1,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)

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 26 KiB