From f6dfeaff9f4a3ffbe03aa015dde2cb2f92399625 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 22 Feb 2016 16:54:58 +0100 Subject: Make make publish work too. --- Makefile | 3 ++- index.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e0a8252..49da854 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,11 @@ HTML = index.html README.html scanning.html more.html +PDF = ../doc/tnc15talk.pdf ../presentations/publogs-finse15.pdf ../presentations/ct-init15.pdf ../presentations/logs-tnc16-abstract.pdf all: html html: $(HTML) -publish: $(HTML) index.org doc/tnc15talk.pdf +publish: $(HTML) $(PDF) scp $^ devp.ct.nordu.net:/var/www/ %.html: %.md diff --git a/index.md b/index.md index f0d61ac..9d8fcdf 100644 --- a/index.md +++ b/index.md @@ -104,5 +104,5 @@ Presentations and abstracts - [Catlfish -- An Implementation of Certificate Transparency in GN3+ (PDF)](https://www.ct.nordu.net/tnc15talk.pdf), abstract submitted to [TNC15](https://tnc15.terena.org/) - [Public append-only logs (PDF)](https://www.ct.nordu.net/publogs-finse15.pdf), a presentation (May 2015) at [FRISC Finse Winter School](https://www.frisc.no/arrangementer/finse-winter-school-2015/) -- [Certificate Transparency (PDF)](https://www.ct.nordu.net/init15.pdf), a presentation (Nov 2015) at [Tech Day by Init](https://www.init.se/events/129-events/309-tech-day-by-init-2015) +- [Certificate Transparency (PDF)](https://www.ct.nordu.net/ct-init15.pdf), a presentation (Nov 2015) at [Tech Day by Init](https://www.init.se/events/129-events/309-tech-day-by-init-2015) - [Append-only verifiable logs for transparency and distributed trust (PDF)](https://www.ct.nordu.net/logs-tnc16-abstract.pdf), abstract submitted to [TNC16](https://tnc16.geant.org/) -- cgit v1.1