aboutsummaryrefslogtreecommitdiff
path: root/docs/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/makefile')
-rw-r--r--docs/makefile5
1 files changed, 5 insertions, 0 deletions
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 $<
+
+
+