From 87fb0b2fada08bfd41a5d8ad0658613bffed6053 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Sun, 27 Mar 2016 05:25:45 +0000 Subject: Move things around. - Each section is moved to its own file under sections/ --- presentation/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'presentation/Makefile') diff --git a/presentation/Makefile b/presentation/Makefile index c2444b2..42915a2 100644 --- a/presentation/Makefile +++ b/presentation/Makefile @@ -10,7 +10,8 @@ # 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 $< -- cgit v1.2.3