diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-22 15:06:44 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-22 15:06:44 +0100 |
commit | af681d01b3837ed205308a959834f6a5aa07307a (patch) | |
tree | ff5047f85e7b608460eb9876e23295604e05b54d /configure | |
parent | 57c4a65cd6dafe1c9a9f2961576d438c9394cd35 (diff) | |
parent | bc1011005dc58787fc26f9f091a9675fe88baeb7 (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 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |