aboutsummaryrefslogtreecommitdiffstats
path: root/2015/Makefile
diff options
context:
space:
mode:
authorGustav Eek <gustav@fripost.org>2015-04-19 14:00:59 +0200
committerGustav Eek <gustav@fripost.org>2015-04-19 14:00:59 +0200
commite32780bc0560027e1e48f9b84c43f3be12a1c037 (patch)
tree3850760f33e60bbdf35761d6b04e9df3133801d4 /2015/Makefile
parentf891531ca224bade49c10733f98c65db6553caf5 (diff)
parentb28d72988add82f68d345cd5a9f3a34951626653 (diff)
Merge branch 'mar22-annual'
Diffstat (limited to '2015/Makefile')
-rw-r--r--2015/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/2015/Makefile b/2015/Makefile
index a83c832..afc808f 100644
--- a/2015/Makefile
+++ b/2015/Makefile
@@ -2,7 +2,8 @@
MINUTES = \
2015-01-26-board \
-2015-02-23-board
+2015-02-23-board \
+2015-03-22-annual \
common-makefile = ../resources/Makefile-common
@@ -13,6 +14,10 @@ all: $(MINUTES)
%:
make -f $(common-makefile) compile FILE=$*
+
+2015-03-23-annual: 2015-03-23-annual.tex ../annual-reports/annual-report-2015.tex ../operational-plans/operational-plan-2015.tex ../annual-reports/economical-report-2015.pdf ../annual-reports/revision2014_fripost.pdf
+ make -f $(common-makefile) compile FILE=2015-03-23-annual FILES_TEX="../annual-reports/annual-report-2015 ../operational-plans/operational-plan-2015" FILES_PDF="../annual-reports/economical-report-2015 ../annual-reports/revision2014_fripost"
+
send:
make -f $(common-makefile) send SEND_FILES="$(MINUTES)"
clean: