diff options
| author | Camil Staps | 2016-11-22 13:33:22 +0100 |
|---|---|---|
| committer | Camil Staps | 2016-11-22 13:33:22 +0100 |
| commit | de25b8762d121acbcdce237d6f52570a6a74544e (patch) | |
| tree | a00117deacb0e500d7f95f33af8eacac415f0acd /thesis/Makefile | |
| parent | Formatting & makefile (diff) | |
Storing PC: comparison
Diffstat (limited to 'thesis/Makefile')
| -rw-r--r-- | thesis/Makefile | 2 |
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 |
