From 9d095b26979be5ee12d016dfab563f8e77b8aef9 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 20 May 2018 15:32:24 +0200 Subject: 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. --- operational-plans/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'operational-plans/Makefile') 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)" -- cgit v1.2.3