summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--posters/2017-08-28-libre-office-forum.odgbin0 -> 82257 bytes
-rw-r--r--posters/Makefile9
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
new file mode 100644
index 0000000..51a04bb
--- /dev/null
+++ b/posters/2017-08-28-libre-office-forum.odg
Binary files differ
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