gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 474db42 07/16: Table and TEMPLATE added to the


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 474db42 07/16: Table and TEMPLATE added to the genauthors
Date: Wed, 24 Aug 2016 22:27:44 +0000 (UTC)

branch: master
commit 474db428767273d42dc3f1e0c54fbd39a39c72c7
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Table and TEMPLATE added to the genauthors
    
    While these two folders had been added within './src', they had not been
    added in the `genauthors' script, causing some unexpected errors
    sometimes. This is now corrected.
---
 genauthors |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/genauthors b/genauthors
index 5371b6d..8bb3889 100755
--- a/genauthors
+++ b/genauthors
@@ -153,6 +153,8 @@ for util in src/* "lib/" "doc/"; do
     elif [ $util = src/mkprof      ]; then name=MakeProfile
     elif [ $util = src/noisechisel ]; then name=NoiseChisel
     elif [ $util = src/subtractsky ]; then name=SubtractSky
+    elif [ $util = src/table       ]; then name=Table
+    elif [ $util = src/TEMPLATE    ]; then name=TEMPLATE
     elif [ $util = lib/            ]; then name=Libraries
     elif [ $util = doc/            ]; then name=Documentation
     else echo; echo; echo "genauthors.sh: $util not recognized!"; exit 1;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]