diff options
Diffstat (limited to 'posters/Makefile')
-rw-r--r-- | posters/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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 |