diff options
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/') ;\  | 
