diff options
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: |