From 0c0203c7bf0f001c8d88105f3a8585a4f749c6cd Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Tue, 25 May 2021 00:01:11 +0200 Subject: Annual 2021. Operational plan. Correct Makefile and add wrapper --- operational-plans/Makefile | 14 +++++++++----- operational-plans/operational-plan-2021.main.tex | 12 ++++++++++++ 2 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 operational-plans/operational-plan-2021.main.tex diff --git a/operational-plans/Makefile b/operational-plans/Makefile index c65065c..ea32c49 100644 --- a/operational-plans/Makefile +++ b/operational-plans/Makefile @@ -1,4 +1,5 @@ PDF = \ + operational-plan-2021 \ operational-plan-2020 \ operational-plan-2019 \ operational-plan-2018 \ @@ -10,13 +11,16 @@ TEX = \ operational-policy-2018_ \ operational-policy-2018__ \ -ALL = \ - $(addsuffix .pdf, $(PDF)) \ - $(addsuffix .tex, $(TEX)) \ common-makefile = ../resources/Makefile-common -all: $(ALL) +pdf: $(addsuffix .pdf, $(PDF)) + +tex: $(addsuffix .tex, $(TEX)) + +all: \ + $(addsuffix .pdf, $(PDF)) \ + $(addsuffix .tex, $(TEX)) # General cases @@ -48,7 +52,7 @@ operational-plan-2018.main.tex: operational-policy-2018_.tex sed -e 's/\\\(.*\)section *{/\\subsub\1section\*{/g' < $< > $@ send: - make -f $(common-makefile) send SEND_FILES="$(ALL)" + make -f $(common-makefile) send SEND_FILES="$(PDF)" clean: rm *.aux *.bbl *.dvi *.log *.nav *.out *.snm *.toc *~ diff --git a/operational-plans/operational-plan-2021.main.tex b/operational-plans/operational-plan-2021.main.tex new file mode 100644 index 0000000..472eeb7 --- /dev/null +++ b/operational-plans/operational-plan-2021.main.tex @@ -0,0 +1,12 @@ +\input{../preamble/preamble} \selectlanguage{swedish} +\rhead{\footnotesize Verksamhetsplan 2021} +\begin{document} +\section*{Verksamhetsplan 2021} +\label{sec:operational-plan-2021} +\input{operational-plan-2021._} + +\section*{Friposts verksamhetspolicy} +\label{sec:operational-policy} +\input{operational-policy-2018_} + +\end{document} -- cgit v1.2.3