# Makefile for minutes of 2016 MINUTES = \ 2019-05-05-annual \ common-makefile = ../resources/Makefile-common help: @make -s -f $(common-makefile) help all: $(MINUTES) %: make -f $(common-makefile) compile FILE=$* annual-job = 2019-05-05-annual annual-tex = \ 2019-05-05-annual \ ../operational-plans/operational-plan-2019 \ ../annual-reports/annual-report-2019 \ annual-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 \ $(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)): make -C ../annual-reports $(notdir $@) operational-policy-2019_.tex: ../by-laws/operational-policy-2019.tex sed -e "s/\\\(.*\)section\*{/\\sub\1section{/g" < $< > $@ motions/%: make -C motions send: make -f $(common-makefile) send SEND_FILES="$(MINUTES)" clean: make -C motions clean make -f $(common-makefile) clean