summaryrefslogtreecommitdiff
path: root/Makefile
blob: e0a82521740084097410058bf44f4c3f04024145 (plain)
1
2
3
4
5
6
7
8
9
10
11
HTML = index.html README.html scanning.html more.html

all: html

html: $(HTML)

publish: $(HTML) index.org doc/tnc15talk.pdf
	scp $^ devp.ct.nordu.net:/var/www/

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