aboutsummaryrefslogtreecommitdiff
path: root/reproduce/src/make
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-12 01:26:00 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-12 01:28:02 +0100
commitb177c7e99cdf605fd826d4f0f2026251e42ce164 (patch)
tree1294f4eb746a0ed838f59097c69a92cdd3dc1087 /reproduce/src/make
parentc7ff75a5f0633d21860a91060a6c3a4fb64660b2 (diff)
Gnuastro's citation included in its build target
With this commit, we are applying the new style of citing software within the build rule of Gnuastro.
Diffstat (limited to 'reproduce/src/make')
-rw-r--r--reproduce/src/make/dependencies.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/src/make/dependencies.mk b/reproduce/src/make/dependencies.mk
index d5e8411..ae1daa7 100644
--- a/reproduce/src/make/dependencies.mk
+++ b/reproduce/src/make/dependencies.mk
@@ -607,7 +607,7 @@ endif
$(call gbuild, $<, gnuastro-$(gnuastro-version), static, \
$$staticopts, -j$(numthreads), \
make check -j$(numthreads)) \
- && echo "GNU Astronomy Utilities $(gnuastro-version)" > $@
+ && echo "GNU Astronomy Utilities $(gnuastro-version) \citep{gnuastro}" > $@
$(ibidir)/unzip: $(tdir)/unzip-$(unzip-version).tar.gz
v=$$(echo $(unzip-version) | sed -e's/\.//')