diff options
-rw-r--r-- | posters/2017-08-28-libre-office-forum.odg | bin | 0 -> 82257 bytes | |||
-rw-r--r-- | posters/Makefile | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/posters/2017-08-28-libre-office-forum.odg b/posters/2017-08-28-libre-office-forum.odg Binary files differnew file mode 100644 index 0000000..51a04bb --- /dev/null +++ b/posters/2017-08-28-libre-office-forum.odg diff --git a/posters/Makefile b/posters/Makefile new file mode 100644 index 0000000..e4d4211 --- /dev/null +++ b/posters/Makefile @@ -0,0 +1,9 @@ + +send-files = *.pdf + +# Sends to fripost.org for publication + +send: + rsync -ruvp --chmod=Dugo+rx,Fugo+r $(send-files) www.fripost.org:/var/www/fripost.org/material/ + +SHELL = /bin/bash |