diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-12-27 11:45:46 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-12-27 11:45:46 +0100 |
commit | 07e5c7d692ada060563b94884bed8c94e302a01b (patch) | |
tree | 7fd283fdd9e0f72dc72a10ce24f7be42b26783a4 /2016/33c3/Makefile | |
parent | c91fea6d73088cb9058c0cea8fa6a6d72e538717 (diff) |
More structure, spelling, clarification, images..
Diffstat (limited to '2016/33c3/Makefile')
-rw-r--r-- | 2016/33c3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/2016/33c3/Makefile b/2016/33c3/Makefile index 507bf69..51c8a92 100644 --- a/2016/33c3/Makefile +++ b/2016/33c3/Makefile @@ -4,5 +4,8 @@ all: 33c3-modems.html images/upgrade_process.png: images/upgrade_process.blockdiag blockdiag -a -o images/upgrade_process.png images/upgrade_process.blockdiag -33c3-modems.html: 33c3-modems.adoc 33c3-modems.css images/upgrade_process.png +images/diag_frame.png: images/diag_frame.blockdiag + blockdiag -a -o images/diag_frame.png images/diag_frame.blockdiag + +33c3-modems.html: 33c3-modems.adoc 33c3-modems.css images/upgrade_process.png images/diag_frame.png asciidoc -a stylesheet=$(PWD)/33c3-modems.css 33c3-modems.adoc |