diff options
| author | Gustav Eek <gustav.eek@etraveli.com> | 2017-11-11 00:37:10 +0100 | 
|---|---|---|
| committer | Gustav Eek <gustav.eek@etraveli.com> | 2017-11-11 00:37:10 +0100 | 
| commit | a5827bb1737c35da40397daaa372e8e59fca663e (patch) | |
| tree | 552bd37504c7367e1a5caec2cce45b109c833a2c /posters/Makefile | |
| parent | 471d82ed99640ee4ad45797593517a43c228b706 (diff) | |
Poster added, lecture  Miljöpartiet Ulricehamn
Diffstat (limited to 'posters/Makefile')
| -rw-r--r-- | posters/Makefile | 11 | 
1 files changed, 9 insertions, 2 deletions
| diff --git a/posters/Makefile b/posters/Makefile index 3f19132..323e680 100644 --- a/posters/Makefile +++ b/posters/Makefile @@ -5,14 +5,14 @@ ALL = \  2017-08-28-libre-office-forum.png \  2017-10-23-migrate-google.pdf \  2017-10-23-migrate-google.png \ +2017-11-11-miljoe.pdf\  SEND_FILES = *.pdf *.png  all: $(ALL) - -# Sends to fripost.org for publication +# General cases  %.pdf: %.odg  	libreoffice --invisible --convert-to pdf $< @@ -23,6 +23,13 @@ all: $(ALL)  %.png: %.pdf  	convert $< $@ +# Special cases + +2017-11-11-miljoe.pdf: 0000556932-01_miljo.pdf +	cp $< $@ + +# Sends to fripost.org for publication +  send:  	rsync -ruvp --chmod=Dugo+rx,Fugo+r $(SEND_FILES) www.fripost.org:/var/www/fripost.org/material/ | 
