aboutsummaryrefslogtreecommitdiffstats
path: root/doc/report/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/report/Makefile')
-rw-r--r--doc/report/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/report/Makefile b/doc/report/Makefile
index 6c5d084..7a75c8e 100644
--- a/doc/report/Makefile
+++ b/doc/report/Makefile
@@ -1,7 +1,13 @@
-TEX =
+TEX = pdflatex
-report.pdf:
- xelatex report
+SRC = report.tex ../references.bib \
+ $(wildcard *.png) $(wildcard *.jpg) pcb_pours*.pdf schematic*.pdf
+
+report.pdf: ${SRC}
+ ${TEX} report
biber report
- xelatex report
- xelatex report
+ ${TEX} report
+ ${TEX} report
+
+clean:
+ rm -f report.pdf *.aux *.bbl *.bcf *.blg *.log *.out *.run.xml *.toc