From a5a029d7495bdf628d4c2399f94540f8048a1e0e Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 6 May 2018 08:43:46 +0200 Subject: Annual 2018. Initial on operational plan Notes from the activity day added and suggestion for plan. --- operational-plans/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'operational-plans/Makefile') diff --git a/operational-plans/Makefile b/operational-plans/Makefile index cf9c982..529c88e 100644 --- a/operational-plans/Makefile +++ b/operational-plans/Makefile @@ -1,4 +1,5 @@ ALL = \ + operational-plan-2018 \ operational-plan-2015 \ operational-plan-2013 \ operational-plan-2012 \ @@ -9,6 +10,12 @@ all: $(ALL) $(ALL): %: %.pdf +# Special cases + +operational-plan-2018.main.tex: notes-plan-2018.tex + +# General cases + %.pdf: %.main.tex %.tex ../preamble/preamble.tex latex_count=5 ;\ latex_log=$$(echo $< | sed 's/.tex/.log/') ;\ -- cgit v1.2.3