fraudbusters-docs/Makefile
2022-10-17 12:11:46 +03:00

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