gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 74dd74f 08/14: Match program's man page is bui


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 74dd74f 08/14: Match program's man page is built
Date: Sun, 17 Dec 2017 11:31:18 -0500 (EST)

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

    Match program's man page is built
    
    After adding the new Match program, it was forgotten to create its man page
    in `doc/Makefile.am'. This was found while packaging Gnuastro for an
    experimental push to Debian (thanks to the Lintian program).
    
    Also, a minor typo correction was added in the release checklist.
---
 doc/Makefile.am           | 15 +++++++++++----
 doc/release-checklist.txt |  4 ++--
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index e605c3d..94b80d3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -102,6 +102,9 @@ endif
 if COND_FITS
   MAYBE_FITS_MAN = man/astfits.1
 endif
+if COND_MATCH
+  MAYBE_MATCH_MAN = man/astmatch.1
+endif
 if COND_MKCATALOG
   MAYBE_MKCATALOG_MAN = man/astmkcatalog.1
 endif
@@ -126,10 +129,10 @@ endif
 #if COND_TEMPLATE
 #  MAYBE_TEMPLATE_MAN = man/astTEMPLATE.1
 #endif
-dist_man_MANS = $(MAYBE_ARITHMETIC_MAN) $(MAYBE_BUILDPROG_MAN)          \
-  $(MAYBE_CONVERTT_MAN) $(MAYBE_CONVOLVE_MAN) $(MAYBE_COSMICCAL_MAN)    \
-  $(MAYBE_CROP_MAN) $(MAYBE_FITS_MAN) $(MAYBE_WARP_MAN)                 \
-  $(MAYBE_MKCATALOG_MAN) $(MAYBE_MKNOISE_MAN) $(MAYBE_MKPROF_MAN)       \
+dist_man_MANS = $(MAYBE_ARITHMETIC_MAN) $(MAYBE_BUILDPROG_MAN)             \
+  $(MAYBE_CONVERTT_MAN) $(MAYBE_CONVOLVE_MAN) $(MAYBE_COSMICCAL_MAN)       \
+  $(MAYBE_CROP_MAN) $(MAYBE_FITS_MAN) $(MAYBE_MATCH_MAN) $(MAYBE_WARP_MAN) \
+  $(MAYBE_MKCATALOG_MAN) $(MAYBE_MKNOISE_MAN) $(MAYBE_MKPROF_MAN)          \
   $(MAYBE_NOISECHISEL_MAN) $(MAYBE_STATISTICS_MAN) $(MAYBE_TABLE_MAN)
 
 
@@ -176,6 +179,10 @@ man/astfits.1: $(top_srcdir)/bin/fits/args.h  $(ALLMANSDEP)
        $(MAYBE_HELP2MAN) -n "view and manipulate FITS headers"            \
                          --libtool $(toputildir)/fits/astfits
 
+man/astmatch.1: $(top_srcdir)/bin/match/args.h  $(ALLMANSDEP)
+       $(MAYBE_HELP2MAN) -n "match catalogs by 1D or 2D positions"        \
+                         --libtool $(toputildir)/match/astmatch
+
 man/astmkcatalog.1: $(top_srcdir)/bin/mkcatalog/args.h  $(ALLMANSDEP)
        $(MAYBE_HELP2MAN) -n "Make a catalog from labeled input images"    \
                          --libtool $(toputildir)/mkcatalog/astmkcatalog
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index 1ee24a5..63a5768 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -175,8 +175,8 @@ Steps necessary to Package Gnuastro for Debian.
    do that, you can update the `/etc/apt/sources.list' file. You can get
    the current releases from this webpage:
    http://ftp.debian.org/debian/. See which release is currently the
-   `testing' release and use replace its name with the one that is
-   currently present in that file. Afterwards, run these commands:
+   `testing' release and replace its name with the one that is currently
+   present in that file. Afterwards, run these commands:
 
      $ sudo apt-get update
      $ sudo apt-get upgrade



reply via email to

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