diff options
Diffstat (limited to 'presentation/Makefile')
-rw-r--r-- | presentation/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/presentation/Makefile b/presentation/Makefile index c2444b2..42915a2 100644 --- a/presentation/Makefile +++ b/presentation/Makefile @@ -10,7 +10,8 @@ # <https://creativecommons.org/publicdomain/zero/1.0/> PDF = combox-p.pdf -TEX = p.tex +P_TEX = p.tex +P_INCLUDES = sections/*.tex DVI = p.dvi all: $(PDF) @@ -19,7 +20,7 @@ all: $(PDF) $(PDF): $(DVI) dvipdf $< $@ -$(DVI): $(TEX) +$(DVI): $(P_TEX) $(P_INCLUDES) @latex $< @latex $< @latex $< |