summaryrefslogtreecommitdiff
path: root/thesis/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-11-22 13:33:22 +0100
committerCamil Staps2016-11-22 13:33:22 +0100
commitde25b8762d121acbcdce237d6f52570a6a74544e (patch)
treea00117deacb0e500d7f95f33af8eacac415f0acd /thesis/Makefile
parentFormatting & makefile (diff)
Storing PC: comparison
Diffstat (limited to 'thesis/Makefile')
-rw-r--r--thesis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/thesis/Makefile b/thesis/Makefile
index 4e70993..f8cec89 100644
--- a/thesis/Makefile
+++ b/thesis/Makefile
@@ -13,7 +13,7 @@ all: $(DOC).pdf
%.fmt: preamble.tex $(STYS)
$(LATEX) $(LATEXFLAGS) -ini -jobname="$(basename $@)" "&$(LATEX) $<\dump"
-%.bcf: %.tex %.fmt $(TEXS)
+%.bcf: %.tex %.bib %.fmt $(TEXS)
$(LATEX) $(LATEXFLAGS) $<
%.bbl: %.bcf