From 06626425e85efec8e6642ba8bee16344314e3a49 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Wed, 27 Feb 2019 22:26:10 +0100 Subject: Inital on presentation of social technologies --- presentations/sociala-teknologier/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 presentations/sociala-teknologier/Makefile (limited to 'presentations/sociala-teknologier/Makefile') 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 -- cgit v1.2.3