diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2018-05-06 08:43:46 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2018-05-20 23:09:27 +0200 |
commit | a5a029d7495bdf628d4c2399f94540f8048a1e0e (patch) | |
tree | 742d3272b35fe7d68f077c26a34384786975b247 /operational-plans/Makefile | |
parent | 7f57d2f04b87ccc02af4dcb57f7e9db2eae07d92 (diff) |
Annual 2018. Initial on operational plan
Notes from the activity day added and suggestion for plan.
Diffstat (limited to 'operational-plans/Makefile')
-rw-r--r-- | operational-plans/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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/') ;\ |