diff options
-rw-r--r-- | posters/0000556932-01_miljo.pdf | bin | 0 -> 58768 bytes | |||
-rw-r--r-- | posters/Makefile | 11 |
2 files changed, 9 insertions, 2 deletions
diff --git a/posters/0000556932-01_miljo.pdf b/posters/0000556932-01_miljo.pdf Binary files differnew file mode 100644 index 0000000..496da18 --- /dev/null +++ b/posters/0000556932-01_miljo.pdf 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/ |