Skip to content
Snippets Groups Projects
Commit 8a6dc963 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Added bibliography to report depencedies in make rules.

parent a2563b01
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ $(b)%.pdf: $(d)%.tex
$(LATEX) $^; \
done
$(b)$(REPORT).pdf: $(d)$(DIAGRAMS).tex
$(b)$(REPORT).pdf: $(d)$(DIAGRAMS).tex $(b)$(REPORT).bbl
$(b)$(REPORT).bbl: $(d)$(REPORT).bib
BIBINPUTS=$(d) bibtex8 $(@:.bbl=.aux)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment