diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-12-26 19:33:40 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-12-26 19:34:31 +0100 |
commit | 7fee51876b3310c48f44450e362b0c8be7ffaea3 (patch) | |
tree | b667dc5ef295154942a14d6a5d5c74406779f00f /2016/33c3/Makefile | |
parent | 2366ad1c385cecf3ead68b5a377614593441491e (diff) |
wip... structure and content for 33c3 talk
Structure and content will change in the coming hours..
Diffstat (limited to '2016/33c3/Makefile')
-rw-r--r-- | 2016/33c3/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2016/33c3/Makefile b/2016/33c3/Makefile new file mode 100644 index 0000000..507bf69 --- /dev/null +++ b/2016/33c3/Makefile @@ -0,0 +1,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 + asciidoc -a stylesheet=$(PWD)/33c3-modems.css 33c3-modems.adoc |