summaryrefslogtreecommitdiffstats
path: root/report/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'report/Makefile')
-rw-r--r--report/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/report/Makefile b/report/Makefile
index 3317a32..6b58488 100644
--- a/report/Makefile
+++ b/report/Makefile
@@ -10,7 +10,8 @@
# <https://creativecommons.org/publicdomain/zero/1.0/>
PDF = combox-report.pdf
-SRC = combox.tex
+REPORT = combox.tex
+REPORT_INCLUDES = graphs/*.tex chapters/*.tex
DVI = combox.dvi
all: $(PDF)
@@ -19,7 +20,7 @@ all: $(PDF)
$(PDF): $(DVI)
@dvipdf $< $@
-$(DVI): $(SRC)
+$(DVI): $(REPORT) $(REPORT_INCLUDES)
@latex $<; latex $<; latex $<
clean: