diff options
| author | Linus Nordberg <linus@nordberg.se> | 2016-02-22 16:54:58 +0100 |
|---|---|---|
| committer | Linus Nordberg <linus@nordberg.se> | 2016-02-22 16:54:58 +0100 |
| commit | f6dfeaff9f4a3ffbe03aa015dde2cb2f92399625 (patch) | |
| tree | c0e9784e6e8b8a5183e48d661accaa14501c8baf /Makefile | |
| parent | a77dc309d208a4f5145ab15ebf615229935de5a6 (diff) | |
Make make publish work too.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
