aboutsummaryrefslogtreecommitdiff
path: root/docs/makefile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-20 17:53:58 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-20 17:53:58 +0200
commit9425826203e1c954491a6a29ae84daf1a5edda2c (patch)
tree4bd8085fbb8b926a7c852acc662c6de8600ffb27 /docs/makefile
parent35db69be891919ecb2a5a3eb13c5cc166aca9d6b (diff)
more documentation (WIP design.adoc)
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 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
+