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 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.1