mirror of
https://github.com/valitydev/fraudbusters-docs.git
synced 2024-11-06 00:55:21 +00:00
13 lines
287 B
Makefile
13 lines
287 B
Makefile
FORMAT := png svg
|
|
SOURCEDIR := $(CURDIR)/content
|
|
STYLE := plantuml-toolset/super-serious-style.isvg
|
|
|
|
all: plantuml-toolset
|
|
|
|
plantuml-toolset:
|
|
git clone https://github.com/empayre/plantuml-toolset.git
|
|
|
|
update-toolset: plantuml-toolset
|
|
cd $< && git pull
|
|
|
|
-include plantuml-toolset/wsd.mk |