diff options
author | Gustav Eek <gustav@fripost.org> | 2016-10-27 17:44:23 +0200 |
---|---|---|
committer | Gustav Eek <gustav@fripost.org> | 2016-10-27 17:44:23 +0200 |
commit | 03adc750abc411ab9f9513a6e9dea0231809bde6 (patch) | |
tree | e7040760485e45e9a19b2768a0f7f1724d16155a | |
parent | 6a45342be94dd8f953476fe66e7fb98b82e7435e (diff) |
Send command to flier
The May day flyer Makfile is completed with the send sync command
-rw-r--r-- | flyers/mayday/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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/ |