aboutsummaryrefslogtreecommitdiff
path: root/reproduce/analysis/make/paper.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-22 15:06:44 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-22 15:06:44 +0100
commitaf681d01b3837ed205308a959834f6a5aa07307a (patch)
treeff5047f85e7b608460eb9876e23295604e05b54d /reproduce/analysis/make/paper.mk
parent57c4a65cd6dafe1c9a9f2961576d438c9394cd35 (diff)
parentbc1011005dc58787fc26f9f091a9675fe88baeb7 (diff)
Imported recent work on several astronomy packages
With this commit, Raul's work on the installation of several astronomy software is implemented in the main template.
Diffstat (limited to 'reproduce/analysis/make/paper.mk')
-rw-r--r--reproduce/analysis/make/paper.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/analysis/make/paper.mk b/reproduce/analysis/make/paper.mk
index 5378ee3..549b7c0 100644
--- a/reproduce/analysis/make/paper.mk
+++ b/reproduce/analysis/make/paper.mk
@@ -90,7 +90,7 @@ $(mtexdir)/project.tex: $(foreach s, $(subst paper,,$(makesrc)), $(mtexdir)/$(s)
# recipe and the `paper.pdf' recipe. But if `tex/src/references.tex' hasn't
# been modified, we don't want to re-build the bibliography, only the final
# PDF.
-$(texbdir)/paper.bbl: tex/src/references.tex \
+$(texbdir)/paper.bbl: tex/src/references.tex $(mtexdir)/dependencies-bib.tex \
| $(tikzdir) $(texbdir) $(mtexdir)/project.tex
# If `$(mtexdir)/project.tex' is empty, don't build PDF.
@macros=$$(cat $(mtexdir)/project.tex)