diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2018-05-20 16:13:42 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2018-05-20 23:14:35 +0200 |
commit | 2d52add9824330467c864e7caffc5d148e8e45e5 (patch) | |
tree | cd237f8c098cba48d4428c31e8a52c7da620c26a /2018/Makefile | |
parent | 9d095b26979be5ee12d016dfab563f8e77b8aef9 (diff) |
Annual 2018. Copy written bill, operations, and other-questions sections.
Diffstat (limited to '2018/Makefile')
-rw-r--r-- | 2018/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/2018/Makefile b/2018/Makefile index 8f38a8d..6c4317d 100644 --- a/2018/Makefile +++ b/2018/Makefile @@ -18,7 +18,7 @@ annual-job = 2018-05-06-annual annual-tex = \ 2018-05-06-annual \ ../annual-reports/annual-report-2018 \ - ../by-laws/operational-policy-2018 \ + operational-policy-2018_ \ ../operational-plans/operational-plan-2018 annual-pdf = \ ../annual-reports/economical-report-2018 \ @@ -28,7 +28,8 @@ $(annual-job): $(addsuffix .pdf, $(annual-pdf)) $(addsuffix .pdf, $(annual-pdf)): make -C ../annual-reports $(notdir $@) - +operational-policy-2018_.tex: ../by-laws/operational-policy-2018.tex + sed -e "s/\\\(.*\)section\*{/\\sub\1section{/g" < $< > $@ send: make -f $(common-makefile) send SEND_FILES="$(MINUTES)" |