diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-01 14:28:58 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-01 14:28:58 +0200 |
commit | 2e87afcdd54d4592dcc937cea9ec3f283ee6726c (patch) | |
tree | 35588ce186e292c2c8e0446338df233ac36e9714 /docs/makefile | |
parent | 8894d20ff0d1c1dde69879a21e756e01bcfa5262 (diff) |
WIP puzbusv2???
Diffstat (limited to 'docs/makefile')
-rw-r--r-- | docs/makefile | 5 |
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 $< + + + |