From 7fee51876b3310c48f44450e362b0c8be7ffaea3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 26 Dec 2016 19:33:40 +0100 Subject: wip... structure and content for 33c3 talk Structure and content will change in the coming hours.. --- 2016/33c3/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 2016/33c3/Makefile (limited to '2016/33c3/Makefile') 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 -- cgit v1.2.3