diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-12-27 12:47:20 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-12-27 12:47:20 +0100 |
commit | a0ab9dea57b6a6b17bd6bf0c2edd6d3d732a8f32 (patch) | |
tree | debe0caf0dd03d7a1c6a5d714e76ad6b60043e91 /2017/bbs_early_internet-34c3/Makefile | |
parent | 8100f4975960f9dac3534cac97caca74b572bfc0 (diff) |
initial checkin of 34c3 talk on BBSs
Diffstat (limited to '2017/bbs_early_internet-34c3/Makefile')
-rw-r--r-- | 2017/bbs_early_internet-34c3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/2017/bbs_early_internet-34c3/Makefile b/2017/bbs_early_internet-34c3/Makefile new file mode 100644 index 0000000..8b460df --- /dev/null +++ b/2017/bbs_early_internet-34c3/Makefile @@ -0,0 +1,4 @@ +all: bbs_early_internet.html + +bbs_early_internet.html: bbs_early_internet.adoc bbs_early_internet.css images/* + asciidoc -a stylesheet=$(PWD)/bbs_early_internet.css bbs_early_internet.adoc |