diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..218a7df --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +HTML = index.html README.html scanning.html + +all: html + +html: $(HTML) + +publish: $(HTML) index.org doc/tnc15talk.pdf + scp $^ devp.ct.nordu.net:/var/www/ + +%.html: %.md + markdown $< > $@ |
