diff options
Diffstat (limited to 'presentations/sociala-teknologier/Makefile')
-rw-r--r-- | presentations/sociala-teknologier/Makefile | 10 |
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 |