aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc90f91..db2016b 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ outputs/logbook.pdf: logbook.tex document/research.tex document/biblio.tex poste
rm logbook.log
mv logbook.pdf outputs
-outputs/report.pdf: $(wildcard outputs/*.tex) $(ASSETS)
+outputs/report.pdf: $(wildcard document/*.tex) $(ASSETS)
cd document && pdftex report.tex >/dev/null
rm document/report.log
mv document/report.pdf outputs