diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-20 17:53:58 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-20 17:53:58 +0200 |
commit | 9425826203e1c954491a6a29ae84daf1a5edda2c (patch) | |
tree | 4bd8085fbb8b926a7c852acc662c6de8600ffb27 /docs/makefile | |
parent | 35db69be891919ecb2a5a3eb13c5cc166aca9d6b (diff) |
more documentation (WIP design.adoc)
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 eb54a80..15ea3a4 100644 --- a/docs/makefile +++ b/docs/makefile @@ -20,3 +20,8 @@ ASCIIDOCTOR_ARGS += --backend pdf %.pdf: %.adoc $(PDFDEPS) bundle exec asciidoctor $(ASCIIDOCTOR_ARGS) $< +%.svg: %.puml + plantuml -tsvg $< + +design.pdf: img/software-components.svg + |