aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRaul Infante-Sainz <infantesainz@gmail.com>2019-04-17 13:21:27 +0100
committerRaul Infante-Sainz <infantesainz@gmail.com>2019-04-17 13:21:27 +0100
commite9160416416090a67b99f31c2c43f33f8afd6e23 (patch)
tree7bcb64676bd00518a086cac2623669ffdf940b89 /configure
parentbcf9c6f13a0f6cd84b65c6762b8765c3f293bcb3 (diff)
Corrected bibtex entry for Astrometry-net and Swarp
Until now, there were erros in the citation of Astrometry-net and Scamp papers. With this commit, we fix these problems. The Swarp bibtex has also been modify to follow the stetic of the citation style we have right now in the project. We also added the `dependency-bib.tex' as a prerequisite of `paper.bbl'.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2fa80ea..55ce4dc 100755
--- a/configure
+++ b/configure
@@ -1106,7 +1106,7 @@ hasentry=0
bibfiles="$ictdir/*"
for f in $bibfiles; do if [ -f $f ]; then hasentry=1; break; fi; done;
-# Make sure we start with an empty file.
+# Make sure we start with an empty output file.
pkgbib=$mtexdir/dependencies-bib.tex
echo "" > $pkgbib