summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-26 12:25:31 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-26 12:25:31 +0300
commit55be65fffbb49ea6b95213945ab7e63bac626c18 (patch)
treed989eefefb29772764d4da9244d86717b9e48fa5 /Makefile
parente555a37d2787bff0d50530860c26a5685607bb25 (diff)
downloadsubplot-rust-talk-55be65fffbb49ea6b95213945ab7e63bac626c18.tar.gz
Add: arch diagram
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9732347..84bc9c9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,5 @@
-talk.pdf: talk.md
+talk.pdf: talk.md arch.svg
pandoc -t beamer -o talk.pdf talk.md
+
+arch.svg: arch.dot
+ dot -Tsvg -o arch.svg arch.dot