aboutsummaryrefslogtreecommitdiff
path: root/docs/makefile
diff options
context:
space:
mode:
authorElwin Hammer <elwinhammer@gmail.com>2024-06-22 22:32:30 +0200
committerGitHub <noreply@github.com>2024-06-22 22:32:30 +0200
commita9eb2013e6b7297cfce4116179f4ab2d58d1c8d6 (patch)
tree0f16b75795d9926c5ea4a8ef52a695365837a8e4 /docs/makefile
parentf121de7c7e3ca8f0dc526973a5ee2586485aad22 (diff)
parentd6440954806d381dae5b3df65b43192f897018c6 (diff)
Merge pull request #21 from lonkaars/master
Updating branch
Diffstat (limited to 'docs/makefile')
-rw-r--r--docs/makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/makefile b/docs/makefile
index eb54a80..d180398 100644
--- a/docs/makefile
+++ b/docs/makefile
@@ -20,3 +20,9 @@ ASCIIDOCTOR_ARGS += --backend pdf
%.pdf: %.adoc $(PDFDEPS)
bundle exec asciidoctor $(ASCIIDOCTOR_ARGS) $<
+%.svg: %.puml
+ plantuml -tsvg $<
+
+design.pdf: img/software-components.svg
+design.pdf: img/sequence-puzzle-module-init.svg
+