gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master b15ee4b 2/2: Minor cleanups in top webpage and


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master b15ee4b 2/2: Minor cleanups in top webpage and tests/Makefile.am
Date: Thu, 29 Jun 2017 11:52:16 -0400 (EDT)

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

    Minor cleanups in top webpage and tests/Makefile.am
    
    In the list of dependencies in the top Gnuastro webpage, first we had
    CFITSIO, then WCSLIB and then GSL. This was not the same order as the
    manual (first GSL, then CFITSIO, then WCSLIB). This caused some confusion
    in early users, since the webpage also have a next and previous. So to keep
    things consistent, the webpage now has the same order as the manual.
    
    I also noticed that make clean is not removing the `simpleio' file that is
    created during `make check'. This file is no included in the `CLEANFILES'
    target of `tests/Makefile.am'.
---
 doc/gnuastro-top.html | 6 +++---
 tests/Makefile.am     | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/gnuastro-top.html b/doc/gnuastro-top.html
index a0dded7..73880ea 100644
--- a/doc/gnuastro-top.html
+++ b/doc/gnuastro-top.html
@@ -163,9 +163,9 @@ for entertaining and easy to read real world examples of 
using
 review of the Gnuastro's building and installation commands.</p>
 
 <p>Gnuastro only has three mandatory
-dependencies: <a href="manual/html_node/CFITSIO.html">CFITSIO</a>, <a 
href="manual/html_node/WCSLIB.html">WCSLIB</a>
-and <a href="manual/html_node/GNU-Scientific-Library.html">GNU Scientific
-Library</a> (GSL).</p>
+dependencies: <a href="manual/html_node/GNU-Scientific-Library.html">GNU
+Scientific
+Library</a>, <a href="manual/html_node/CFITSIO.html">CFITSIO</a>, <a 
href="manual/html_node/WCSLIB.html">WCSLIB</a>.</p>
 
 <p>For a more detailed description, see
 the <a href="manual/html_node/Installation.html">Installation</a> chapter
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3948ce7..ea6b095 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -234,7 +234,7 @@ EXTRA_DIST = $(TESTS) during-dev.sh buildprog/simpleio.c 
crop/cat.txt     \
 
 
 # Files that must be cleaned with `make clean'.
-CLEANFILES = *.log *.txt *.jpg *.fits *.pdf *.eps
+CLEANFILES = *.log *.txt *.jpg *.fits *.pdf *.eps simpleio
 
 
 



reply via email to

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