Makefile for PlantUML
This commit is contained in:
parent
a3d68aa969
commit
f565c522f9
15
articles/ui/figs/Makefile
Normal file
15
articles/ui/figs/Makefile
Normal 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 |
Loading…
Reference in New Issue
Block a user