aboutsummaryrefslogtreecommitdiffstats
path: root/operational-plans/Makefile
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@etraveli.com>2017-05-09 21:53:15 +0200
committerGustav Eek <gustav.eek@etraveli.com>2017-05-09 21:53:15 +0200
commitb5b613ed628948d38968e897b6d4558d227c613e (patch)
treea7366bdc47261522b584c684b23ba44e7ae5d844 /operational-plans/Makefile
parentad33c470cc6f8878afd24133f4ffd1db7acff5ca (diff)
parentbbdb2e6b58317aac124c0bf176bd2e67b4ed4413 (diff)
Merge branch '2016-04-17-annual' into 2017-05-13-annual
Conflicts: 2016/Makefile agenda/Makefile
Diffstat (limited to 'operational-plans/Makefile')
-rw-r--r--operational-plans/Makefile7
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: