aboutsummaryrefslogtreecommitdiff
path: root/docs/makefile
diff options
context:
space:
mode:
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
+