From 03adc750abc411ab9f9513a6e9dea0231809bde6 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Thu, 27 Oct 2016 17:44:23 +0200 Subject: Send command to flier The May day flyer Makfile is completed with the send sync command --- flyers/mayday/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flyers/mayday/Makefile b/flyers/mayday/Makefile index 4de3b44..5045f79 100644 --- a/flyers/mayday/Makefile +++ b/flyers/mayday/Makefile @@ -11,3 +11,5 @@ fripost-mayday-flyer.pdf: master.tex preamble.tex frontside.tex backside.tex mv -v $$(echo $< | sed 's/.tex/.pdf/') $@ +send: + rsync -ruvp --chmod=Dugo+rx,Fugo+r *.pdf www.fripost.org:/var/www/fripost.org/material/ -- cgit v1.2.3