aboutsummaryrefslogtreecommitdiffstats
path: root/operational-plans/Makefile
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2022-05-24 07:33:21 +0200
committerGustav Eek <gustav.eek@fripost.org>2022-05-24 07:33:21 +0200
commitf96b8c73a0d922e54e7e3a13bef6f234dd08027b (patch)
tree1f5bc71a765220e56d8b474c95c300506a23f0a4 /operational-plans/Makefile
parentac99b7ac503cd5badaba9442676e9a24d80380e2 (diff)
parent4247e0ffa9958d42950f813e355f2a116aa16f9a (diff)
Merge branch '2021-05-30-annual'
Diffstat (limited to 'operational-plans/Makefile')
-rw-r--r--operational-plans/Makefile14
1 files changed, 9 insertions, 5 deletions
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 *~