summaryrefslogtreecommitdiffstats
path: root/posters/Makefile
blob: e4d4211e4ae6871bc4c9b1676604b7d57051e7c2 (plain)
1
2
3
4
5
6
7
8
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