Commit 8a6dc963 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added bibliography to report depencedies in make rules.

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