diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2018-04-29 22:50:20 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2018-04-29 22:50:20 +0200 |
commit | a18c6ba51352f60d0bf0a8cd8a088b41872cd46c (patch) | |
tree | 7bf229ef022ed22c906c1eca5593bb064e3cfaa9 /operational-plans/Makefile | |
parent | c00efc3abb3b065104be0055f3e0e0933440980a (diff) | |
parent | 92be899e95c3e84947500ec9c558c491f0b83b20 (diff) |
Merge branch '2016-04-17-annual' into intgr/2016intgr/2016
Diffstat (limited to 'operational-plans/Makefile')
-rw-r--r-- | operational-plans/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/operational-plans/Makefile b/operational-plans/Makefile index dcaaaa0..8bbc061 100644 --- a/operational-plans/Makefile +++ b/operational-plans/Makefile @@ -6,9 +6,14 @@ noarg: echo -e '\nThis script do not run without arguments. Run for example:\n\n make 2011-02-13-board-notes.pdf\n make all\n' all: \ +operational-plan-2016.pdf \ operational-plan-2013.pdf \ operational-plan-2012.pdf + +operational-plan-2016.pdf: operational-plan-2016-master.tex operational-plan-2016.tex + pdflatex -jobname=$(basename $@) $< + %.pdf: %.main.tex %.tex ../preamble/preamble.tex latex_count=5 ;\ latex_log=$$(echo $< | sed 's/.tex/.log/') ;\ @@ -20,7 +25,7 @@ operational-plan-2012.pdf mv $$(echo $< | sed 's/.tex/.pdf/') $@ send: - rsync -ruvp --chmod=Dugo+rx,Fugo+r *.pdf fripost@fripost.org:fripost.org/minutes/ + rsync -ruvp --chmod=Dugo+rx,Fugo+r *.pdf "fripost@fripost.org:fripost.org/minutes/" clean: |