From e9160416416090a67b99f31c2c43f33f8afd6e23 Mon Sep 17 00:00:00 2001 From: Raul Infante-Sainz Date: Wed, 17 Apr 2019 13:21:27 +0100 Subject: 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'. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.1