aboutsummaryrefslogtreecommitdiffstats
path: root/operational-plans/Makefile
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2018-05-20 15:32:24 +0200
committerGustav Eek <gustav.eek@fripost.org>2018-05-20 23:14:35 +0200
commit9d095b26979be5ee12d016dfab563f8e77b8aef9 (patch)
tree3d1a1a591978ee54f707b3a1b5ddb11216a75a7e /operational-plans/Makefile
parent8a289f65f59908b33710dc9768669ababef9474f (diff)
Annual 2018. Operational plan update, notes discarded, etc.
The Plan for operations is updated win latest version. That is also, since the operational policy is in place, that the notes from the activity day, *notes-plan-2018.tex* are removed. Replaced with a link and reference to the wiki.
Diffstat (limited to 'operational-plans/Makefile')
-rw-r--r--operational-plans/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/operational-plans/Makefile b/operational-plans/Makefile
index 529c88e..4e008ae 100644
--- a/operational-plans/Makefile
+++ b/operational-plans/Makefile
@@ -10,10 +10,6 @@ all: $(ALL)
$(ALL): %: %.pdf
-# Special cases
-
-operational-plan-2018.main.tex: notes-plan-2018.tex
-
# General cases
%.pdf: %.main.tex %.tex ../preamble/preamble.tex
@@ -26,6 +22,14 @@ operational-plan-2018.main.tex: notes-plan-2018.tex
done
mv $$(echo $< | sed 's/.tex/.pdf/') $@
+# Special cases
+
+operational-plan-2018.main.tex: operational-policy-2018_.tex
+ touch $@
+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="$(ALL)"