From 17aa6b22ea19a44ce2dd48a83fb7effb411a84ad Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Tue, 24 Apr 2018 22:02:09 +0200 Subject: Makefile updated for mayday --- flyers/mayday/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flyers/mayday/Makefile b/flyers/mayday/Makefile index b3bc8bd..f9b1452 100644 --- a/flyers/mayday/Makefile +++ b/flyers/mayday/Makefile @@ -2,6 +2,8 @@ SHELL=/bin/bash all: fripost-mayday-flyer.pdf +SEND_FILES = *.pdf *.png + fripost-mayday-flyer.pdf: fripost-mayday-flyer-single.pdf pdftk $< cat 1 1 output $@ @@ -17,4 +19,5 @@ fripost-mayday-flyer-single.pdf: master.tex preamble.tex frontside.tex backside. send: - rsync -ruvp --chmod=Dugo+rx,Fugo+r *.pdf www.fripost.org:/var/www/fripost.org/material/ + rsync -ruvp --chmod=Dugo+rx,Fugo+r $(SEND_FILES) www.fripost.org:/var/www/fripost.org/material/ + @echo; echo Now avialable as; for f in $(SEND_FILES); do echo " - https://fripost.org/material/$$f"; done -- cgit v1.2.3