From 2e87afcdd54d4592dcc937cea9ec3f283ee6726c Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 1 Jun 2024 14:28:58 +0200 Subject: WIP puzbusv2??? --- docs/makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/makefile') diff --git a/docs/makefile b/docs/makefile index f175830..370d2db 100644 --- a/docs/makefile +++ b/docs/makefile @@ -19,3 +19,8 @@ ASCIIDOCTOR_ARGS += --backend pdf %.pdf: %.adoc $(PDFDEPS) bundle exec asciidoctor $(ASCIIDOCTOR_ARGS) $< +%.svg: %.puml img/theme.ipuml + plantuml -tsvg $< + + + -- cgit v1.2.3