diff options
Diffstat (limited to 'annual-meetings/Makefile')
-rw-r--r-- | annual-meetings/Makefile | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/annual-meetings/Makefile b/annual-meetings/Makefile index 1a94cbe..a8ce881 100644 --- a/annual-meetings/Makefile +++ b/annual-meetings/Makefile @@ -1,6 +1,7 @@ # Makefile for minutes of 2016 MINUTES = \ +2020-05-10-annual \ 2019-05-05-annual \ common-makefile = ../resources/Makefile-common @@ -14,29 +15,29 @@ all: $(MINUTES) make -f $(common-makefile) compile FILE=$* -annual-job = 2019-05-05-annual +2019-job = 2019-05-05-annual -annual-tex = \ +2019-tex = \ 2019-05-05-annual \ ../operational-plans/operational-plan-2019 \ ../annual-reports/annual-report-2019 \ -annual-pdf = \ +2019-pdf = \ ../annual-reports/economical-report-2019 \ ../annual-reports/auditors-report-2019 -motions = \ - motions/soederqvist-01_.tex \ - motions/soederqvist-02_.tex \ - motions/roedven-01_.tex \ - motions/roedven-02_.tex \ +2019-motions = \ + motions/2019-a-soederqvist-01_.tex \ + motions/2019-b-soederqvist-02_.tex \ + motions/2019-c-roedven-01_.tex \ + motions/2019-d-roedven-02_.tex \ -$(annual-job): $(addsuffix .pdf, $(annual-pdf)) $(motions) - make -f $(common-makefile) compile FILE=$(annual-job) FILES_TEX="$(annual-tex)" FILES_PDF="$(annual-pdf)" -$(addsuffix .pdf, $(annual-pdf)): +$(2019-job): $(addsuffix .pdf, $(2019-pdf)) $(2019-motions) + make -f $(common-makefile) compile FILE=$(2019-job) FILES_TEX="$(2019-tex)" FILES_PDF="$(2019-pdf)" +$(addsuffix .pdf, $(2019-pdf)): make -C ../annual-reports $(notdir $@) -operational-policy-2019_.tex: ../by-laws/operational-policy-2019.tex +operational-policy-2018_.tex: ../by-laws/operational-policy-2018.tex sed -e "s/\\\(.*\)section\*{/\\sub\1section{/g" < $< > $@ motions/%: |