summaryrefslogtreecommitdiff
path: root/Makefile
blob: 49da8546edd556c92c6e6b1560fa382df611a66b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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) $(PDF)
	scp $^ devp.ct.nordu.net:/var/www/

%.html: %.md
	markdown $< > $@