summaryrefslogtreecommitdiffstats
path: root/flyers/mayday/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'flyers/mayday/Makefile')
-rw-r--r--flyers/mayday/Makefile5
1 files changed, 4 insertions, 1 deletions
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