summaryrefslogtreecommitdiffstats
path: root/presentations/sociala-teknologier/Makefile
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2019-02-27 22:26:10 +0100
committerGustav Eek <gustav.eek@fripost.org>2019-02-27 22:28:36 +0100
commit06626425e85efec8e6642ba8bee16344314e3a49 (patch)
tree566af9d92c72b9ea72456cc66cf6b594e2d5bcb9 /presentations/sociala-teknologier/Makefile
parent260c5ae58293e81b200c6400c7203c4ca945f1bd (diff)
Inital on presentation of social technologies
Diffstat (limited to 'presentations/sociala-teknologier/Makefile')
-rw-r--r--presentations/sociala-teknologier/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/presentations/sociala-teknologier/Makefile b/presentations/sociala-teknologier/Makefile
new file mode 100644
index 0000000..d5aca94
--- /dev/null
+++ b/presentations/sociala-teknologier/Makefile
@@ -0,0 +1,10 @@
+ALL = fripost-social-presentaiton.pdf
+
+all: $(ALL)
+
+fripost-social-presentaiton.pdf: presentation.mdwn header.tex.tmpl
+ pandoc -f markdown -t beamer -H header.tex.tmpl -o $@ $<
+
+send:
+ rsync -ruvp --chmod=Dugo+rx,Fugo+r $(ALL) www.fripost.org:/var/www/fripost.org/material/
+ @echo; echo Now avialable as; for f in $(ALL); do echo " - https://fripost.org/material/$$f"; done